#9C25D4

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

Shades of Dark Orchid #9C25D4

Tints of Dark Orchid #9C25D4

Color information

#9C25D4 (or 0x9C25D4) is unknown color: approx Dark Orchid. HEX triplet: 9C, 25 and D4. RGB value is (156,37,212). Sum of RGB (Red+Green+Blue) = 156+37+212=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C25D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C25D4 is #63DA2B. Grayscale: #5B5B5B. Windows color (decimal): -6543916 or 13903260. OLE color: 13903260.

HSL color Cylindrical-coordinate representation of color #9C25D4: hue angle of 280.8º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C25D4 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15637212-
CMYK0.260.8300.17
HSL280.8º70.28%48.82%-
HSV(B)280.8º82.55%83.14%-
XYZ26.2613.1463.44-
YUV92.53195.42173.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 37 (14.84% from 255) = 9.14%
BLUE value IS 212 (83.20% from 255) = 52.35%
R=38.52%
G=9.14%
B=52.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal156372120.260.8300.17280.870.2848.82
Hex9C25D41A530111194631
Octal234453243212302143110661
Binary10011100100101110101001101010100110100011000110011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C25D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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