#9C25BA

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

Shades of Dark Orchid #9C25BA

Tints of Dark Orchid #9C25BA

Color information

#9C25BA (or 0x9C25BA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 25 and BA. RGB value is (156,37,186). Sum of RGB (Red+Green+Blue) = 156+37+186=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C25BA is #63DA45. Grayscale: #595959. Windows color (decimal): -6543942 or 12199324. OLE color: 12199324.

HSL color Cylindrical-coordinate representation of color #9C25BA: hue angle of 287.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C25BA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15637186-
CMYK0.160.8000.27
HSL287.92º66.82%43.73%-
HSV(B)287.92º80.11%72.94%-
XYZ23.2311.9447.53-
YUV89.57182.42175.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 37 (14.84% from 255) = 9.76%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=41.16%
G=9.76%
B=49.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156371860.160.8000.27287.9266.8243.73
Hex9C25BA105001B120432c
Octal234452722012003344010354
Binary10011100100101101110101000010100000110111001000001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C25BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,37,186); }

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

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

 a { background-color: rgb(156,37,186); }

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

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

 span { border-color: rgb(156,37,186); }

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