#9C48CD

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

Shades of Dark Orchid #9C48CD

Tints of Dark Orchid #9C48CD

Color information

#9C48CD (or 0x9C48CD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 48 and CD. RGB value is (156,72,205). Sum of RGB (Red+Green+Blue) = 156+72+205=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C48CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48CD is #63B732. Grayscale: #6F6F6F. Windows color (decimal): -6534963 or 13453468. OLE color: 13453468.

HSL color Cylindrical-coordinate representation of color #9C48CD: hue angle of 277.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C48CD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15672205-
CMYK0.240.6500.20
HSL277.89º57.08%54.31%-
HSV(B)277.89º64.88%80.39%-
XYZ27.0516.1159.44-
YUV112.28180.33159.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 72 (28.52% from 255) = 16.63%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=36.03%
G=16.63%
B=47.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156722050.240.6500.20277.8957.0854.31
Hex9C48CD18410141163936
Octal234110315301010244267166
Binary10011100100100011001101110001000001010100100010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C48CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,72,205); }

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

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

 a { background-color: rgb(156,72,205); }

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

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

 span { border-color: rgb(156,72,205); }

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