#9C3BBF

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

Shades of Dark Orchid #9C3BBF

Tints of Dark Orchid #9C3BBF

Color information

#9C3BBF (or 0x9C3BBF) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3B and BF. RGB value is (156,59,191). Sum of RGB (Red+Green+Blue) = 156+59+191=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C3BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3BBF is #63C440. Grayscale: #666666. Windows color (decimal): -6538305 or 12532636. OLE color: 12532636.

HSL color Cylindrical-coordinate representation of color #9C3BBF: hue angle of 284.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3BBF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15659191-
CMYK0.180.6900.25
HSL284.09º52.8%49.02%-
HSV(B)284.09º69.11%74.9%-
XYZ24.6813.9650.68-
YUV103.05177.64165.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 59 (23.44% from 255) = 14.53%
BLUE value IS 191 (75% from 255) = 47.04%
R=38.42%
G=14.53%
B=47.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156591910.180.6900.25284.0952.849.02
Hex9C3BBF124501911c3531
Octal23473277221050314346561
Binary1001110011101110111111100101000101011001100011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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