#9D30AB

Color #9D30AB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9D30AB

Tints of Dark Orchid #9D30AB

Color information

#9D30AB (or 0x9D30AB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 30 and AB. RGB value is (157,48,171). Sum of RGB (Red+Green+Blue) = 157+48+171=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D30AB is #62CF54. Grayscale: #5E5E5E. Windows color (decimal): -6475605 or 11219101. OLE color: 11219101.

HSL color Cylindrical-coordinate representation of color #9D30AB: hue angle of 293.17º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D30AB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15748171-
CMYK0.080.7200.33
HSL293.17º56.16%42.94%-
HSV(B)293.17º71.93%67.06%-
XYZ22.3112.2239.71-
YUV94.61171.11172.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=41.76%
G=12.77%
B=45.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157481710.080.7200.33293.1756.1642.94
Hex9D30AB848021125382b
Octal23560253101100414457053
Binary1001110111000010101011100010010000100001100100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D30AB; }

 p { color: rgb(157,48,171); }

 H1.HeaderClassName
 {
   color: #9D30AB;
 }
 .AnyTagClassName
 {
   color: #9D30AB;
 }
</style>
background-color css

<style>
 a { background-color: #9D30AB; }

 a { background-color: rgb(157,48,171); }

 div.DivClassName
 {
   background-color: #9D30AB;
 }
 .BgClassName
 {
   background-color: #9D30AB;
 }
</style>
border-color css

<style>
 span { border-color: #9D30AB; }

 span { border-color: rgb(157,48,171); }

 td.TdClassName
 {
   border-color: #9D30AB;
 }
 .TagClassName
 {
   border-color: #9D30AB;
 }
</style>