#9F25B1

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

Shades of Dark Orchid #9F25B1

Tints of Dark Orchid #9F25B1

Color information

#9F25B1 (or 0x9F25B1) is unknown color: approx Dark Orchid. HEX triplet: 9F, 25 and B1. RGB value is (159,37,177). Sum of RGB (Red+Green+Blue) = 159+37+177=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F25B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F25B1 is #60DA4E. Grayscale: #595959. Windows color (decimal): -6347343 or 11609503. OLE color: 11609503.

HSL color Cylindrical-coordinate representation of color #9F25B1: hue angle of 292.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F25B1 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15937177-
CMYK0.100.7900.31
HSL292.29º65.42%41.96%-
HSV(B)292.29º79.1%69.41%-
XYZ22.911.8742.68-
YUV89.44177.42177.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 37 (14.84% from 255) = 9.92%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=42.63%
G=9.92%
B=47.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159371770.100.7900.31292.2965.4241.96
Hex9F25B1A4F01F124412a
Octal237452611211703744410152
Binary1001111110010110110001101010011110111111001001001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F25B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,177); }

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

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

 a { background-color: rgb(159,37,177); }

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

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

 span { border-color: rgb(159,37,177); }

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