#9D1EBA

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

Shades of Dark Orchid #9D1EBA

Tints of Dark Orchid #9D1EBA

Color information

#9D1EBA (or 0x9D1EBA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 1E and BA. RGB value is (157,30,186). Sum of RGB (Red+Green+Blue) = 157+30+186=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EBA is #62E145. Grayscale: #555555. Windows color (decimal): -6480198 or 12197533. OLE color: 12197533.

HSL color Cylindrical-coordinate representation of color #9D1EBA: hue angle of 288.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1EBA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15730186-
CMYK0.160.8400.27
HSL288.85º72.22%42.35%-
HSV(B)288.85º83.87%72.94%-
XYZ23.2311.6447.48-
YUV85.76184.58178.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=42.09%
G=8.04%
B=49.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157301860.160.8400.27288.8572.2242.35
Hex9D1EBA105401B121482a
Octal235362722012403344111052
Binary1001110111110101110101000010101000110111001000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,30,186); }

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

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

 a { background-color: rgb(157,30,186); }

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

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

 span { border-color: rgb(157,30,186); }

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