#9C38C9

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

Shades of Dark Orchid #9C38C9

Tints of Dark Orchid #9C38C9

Color information

#9C38C9 (or 0x9C38C9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 38 and C9. RGB value is (156,56,201). Sum of RGB (Red+Green+Blue) = 156+56+201=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C38C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C38C9 is #63C736. Grayscale: #656565. Windows color (decimal): -6539063 or 13187228. OLE color: 13187228.

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

Color convert

RGB15656201-
CMYK0.220.7200.21
HSL281.38º57.31%50.39%-
HSV(B)281.38º72.14%78.82%-
XYZ25.6714.1156.63-
YUV102.43183.63166.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 56 (22.27% from 255) = 13.56%
BLUE value IS 201 (78.91% from 255) = 48.67%
R=37.77%
G=13.56%
B=48.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156562010.220.7200.21281.3857.3150.39
Hex9C38C916480151193932
Octal23470311261100254317162
Binary1001110011100011001001101101001000010101100011001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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