#9D18C8

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

Shades of Dark Orchid #9D18C8

Tints of Dark Orchid #9D18C8

Color information

#9D18C8 (or 0x9D18C8) is unknown color: approx Dark Orchid. HEX triplet: 9D, 18 and C8. RGB value is (157,24,200). Sum of RGB (Red+Green+Blue) = 157+24+200=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D18C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D18C8 is #62E737. Grayscale: #535353. Windows color (decimal): -6481720 or 13113501. OLE color: 13113501.

HSL color Cylindrical-coordinate representation of color #9D18C8: hue angle of 285.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D18C8 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15724200-
CMYK0.220.8800.22
HSL285.34º78.57%43.92%-
HSV(B)285.34º88%78.43%-
XYZ24.6611.9955.66-
YUV83.83193.56180.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 24 (9.77% from 255) = 6.30%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=41.21%
G=6.30%
B=52.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157242000.220.8800.22285.3478.5743.92
Hex9D18C8165801611d4f2c
Octal235303102613002643511754
Binary1001110111000110010001011010110000101101000111011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D18C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,24,200); }

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

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

 a { background-color: rgb(157,24,200); }

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

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

 span { border-color: rgb(157,24,200); }

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