#9C1DCF

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

Shades of Dark Orchid #9C1DCF

Tints of Dark Orchid #9C1DCF

Color information

#9C1DCF (or 0x9C1DCF) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1D and CF. RGB value is (156,29,207). Sum of RGB (Red+Green+Blue) = 156+29+207=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1DCF is #63E230. Grayscale: #565656. Windows color (decimal): -6545969 or 13573532. OLE color: 13573532.

HSL color Cylindrical-coordinate representation of color #9C1DCF: hue angle of 282.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1DCF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15629207-
CMYK0.250.8600.19
HSL282.81º75.42%46.27%-
HSV(B)282.81º85.99%81.18%-
XYZ25.4112.4560.1-
YUV87.26195.58177.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=39.80%
G=7.40%
B=52.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156292070.250.8600.19282.8175.4246.27
Hex9C1DCF195601311b4b2e
Octal234353173112602343311356
Binary1001110011101110011111100110101100100111000110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,29,207); }

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

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

 a { background-color: rgb(156,29,207); }

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

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

 span { border-color: rgb(156,29,207); }

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