#9C40CF

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

Shades of Dark Orchid #9C40CF

Tints of Dark Orchid #9C40CF

Color information

#9C40CF (or 0x9C40CF) is unknown color: approx Dark Orchid. HEX triplet: 9C, 40 and CF. RGB value is (156,64,207). Sum of RGB (Red+Green+Blue) = 156+64+207=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40CF is #63BF30. Grayscale: #6B6B6B. Windows color (decimal): -6537009 or 13582492. OLE color: 13582492.

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

Color convert

RGB15664207-
CMYK0.250.6900.19
HSL278.6º59.83%53.14%-
HSV(B)278.6º69.08%81.18%-
XYZ26.8115.2460.56-
YUV107.81183.98162.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.53%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=36.53%
G=14.99%
B=48.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156642070.250.6900.19278.659.8353.14
Hex9C40CF19450131173c35
Octal234100317311050234277465
Binary10011100100000011001111110011000101010011100010111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C40CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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