#9C38CC

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

Shades of Dark Orchid #9C38CC

Tints of Dark Orchid #9C38CC

Color information

#9C38CC (or 0x9C38CC) is unknown color: approx Dark Orchid. HEX triplet: 9C, 38 and CC. RGB value is (156,56,204). Sum of RGB (Red+Green+Blue) = 156+56+204=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C38CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C38CC is #63C733. Grayscale: #666666. Windows color (decimal): -6539060 or 13383836. OLE color: 13383836.

HSL color Cylindrical-coordinate representation of color #9C38CC: hue angle of 280.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C38CC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15656204-
CMYK0.240.7300.2
HSL280.54º59.2%50.98%-
HSV(B)280.54º72.55%80%-
XYZ26.0214.2658.51-
YUV102.77185.13165.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=37.5%
G=13.46%
B=49.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156562040.240.7300.2280.5459.250.98
Hex9C38CC18490141193b33
Octal23470314301110244317363
Binary1001110011100011001100110001001001010100100011001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C38CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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