#9C1ACB

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

Shades of Dark Orchid #9C1ACB

Tints of Dark Orchid #9C1ACB

Color information

#9C1ACB (or 0x9C1ACB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1A and CB. RGB value is (156,26,203). Sum of RGB (Red+Green+Blue) = 156+26+203=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C1ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1ACB is #63E534. Grayscale: #545454. Windows color (decimal): -6546741 or 13310620. OLE color: 13310620.

HSL color Cylindrical-coordinate representation of color #9C1ACB: hue angle of 284.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1ACB is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15626203-
CMYK0.230.8700.20
HSL284.07º77.29%44.9%-
HSV(B)284.07º87.19%79.61%-
XYZ24.8612.1257.53-
YUV85.05194.57178.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=40.52%
G=6.75%
B=52.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156262030.230.8700.20284.0777.2944.9
Hex9C1ACB175701411c4d2d
Octal234323132712702443411555
Binary1001110011010110010111011110101110101001000111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,203); }

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

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

 a { background-color: rgb(156,26,203); }

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

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

 span { border-color: rgb(156,26,203); }

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