#9c38c6

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

Shades of Dark Orchid #9C38C6

Tints of Dark Orchid #9C38C6

Color information

#9C38C6 (or 0x9C38C6) is unknown color: approx Dark Orchid. HEX triplet: 9C, 38 and C6. RGB value is (156,56,198). Sum of RGB (Red+Green+Blue) = 156+56+198=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C38C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C38C6 is #63C739. Grayscale: #656565. Windows color (decimal): -6539066 or 12990620. OLE color: 12990620.

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

Color convert

RGB15656198-
CMYK0.210.7200.22
HSL282.25º55.91%49.8%-
HSV(B)282.25º71.72%77.65%-
XYZ25.3213.9754.79-
YUV102.09182.13166.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 56 (22.27% from 255) = 13.66%
BLUE value IS 198 (77.73% from 255) = 48.29%
R=38.05%
G=13.66%
B=48.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156561980.210.7200.22282.2555.9149.8
Hex9C38C6154801611a3832
Octal23470306251100264327062
Binary1001110011100011000110101011001000010110100011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c38c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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