#9C3BD6

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

Shades of Dark Orchid #9C3BD6

Tints of Dark Orchid #9C3BD6

Color information

#9C3BD6 (or 0x9C3BD6) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3B and D6. RGB value is (156,59,214). Sum of RGB (Red+Green+Blue) = 156+59+214=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C3BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3BD6 is #63C429. Grayscale: #696969. Windows color (decimal): -6538282 or 14039964. OLE color: 14039964.

HSL color Cylindrical-coordinate representation of color #9C3BD6: hue angle of 277.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3BD6 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15659214-
CMYK0.270.7200.16
HSL277.55º65.4%53.53%-
HSV(B)277.55º72.43%83.92%-
XYZ27.4115.0565.08-
YUV105.67189.14163.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 59 (23.44% from 255) = 13.75%
BLUE value IS 214 (83.98% from 255) = 49.88%
R=36.36%
G=13.75%
B=49.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156592140.270.7200.16277.5565.453.53
Hex9C3BD61B480101164136
Octal234733263311002042610166
Binary10011100111011110101101101110010000100001000101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,59,214); }

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

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

 a { background-color: rgb(156,59,214); }

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

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

 span { border-color: rgb(156,59,214); }

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