#9C34C9

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

Shades of Dark Orchid #9C34C9

Tints of Dark Orchid #9C34C9

Color information

#9C34C9 (or 0x9C34C9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 34 and C9. RGB value is (156,52,201). Sum of RGB (Red+Green+Blue) = 156+52+201=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C34C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C34C9 is #63CB36. Grayscale: #636363. Windows color (decimal): -6540087 or 13186204. OLE color: 13186204.

HSL color Cylindrical-coordinate representation of color #9C34C9: hue angle of 281.88º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C34C9 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15652201-
CMYK0.220.7400.21
HSL281.88º58.89%49.61%-
HSV(B)281.88º74.13%78.82%-
XYZ25.4813.7456.57-
YUV100.08184.96167.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 201 (78.91% from 255) = 49.14%
R=38.14%
G=12.71%
B=49.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156522010.220.7400.21281.8858.8949.61
Hex9C34C9164A01511a3b32
Octal23464311261120254327362
Binary1001110011010011001001101101001010010101100011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C34C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,201); }

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

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

 a { background-color: rgb(156,52,201); }

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

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

 span { border-color: rgb(156,52,201); }

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