#9925AF

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

Shades of Dark Orchid #9925AF

Tints of Dark Orchid #9925AF

Color information

#9925AF (or 0x9925AF) is unknown color: approx Dark Orchid. HEX triplet: 99, 25 and AF. RGB value is (153,37,175). Sum of RGB (Red+Green+Blue) = 153+37+175=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #9925AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9925AF is #66DA50. Grayscale: #565656. Windows color (decimal): -6740561 or 11478425. OLE color: 11478425.

HSL color Cylindrical-coordinate representation of color #9925AF: hue angle of 290.43º 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 #9925AF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15337175-
CMYK0.130.7900.31
HSL290.43º65.09%41.57%-
HSV(B)290.43º78.86%68.63%-
XYZ21.5411.1941.58-
YUV87.42177.43174.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 37 (14.84% from 255) = 10.14%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=41.92%
G=10.14%
B=47.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153371750.130.7900.31290.4365.0941.57
Hex9925AFD4F01F122412a
Octal231452571511703744210152
Binary1001100110010110101111110110011110111111001000101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9925AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9925AF; }

 p { color: rgb(153,37,175); }

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

<style>
 a { background-color: #9925AF; }

 a { background-color: rgb(153,37,175); }

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

<style>
 span { border-color: #9925AF; }

 span { border-color: rgb(153,37,175); }

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