#9B1AAF

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

Shades of Dark Orchid #9B1AAF

Tints of Dark Orchid #9B1AAF

Color information

#9B1AAF (or 0x9B1AAF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1A and AF. RGB value is (155,26,175). Sum of RGB (Red+Green+Blue) = 155+26+175=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1AAF is #64E550. Grayscale: #515151. Windows color (decimal): -6612305 or 11475611. OLE color: 11475611.

HSL color Cylindrical-coordinate representation of color #9B1AAF: hue angle of 291.95º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1AAF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15526175-
CMYK0.110.8500.31
HSL291.95º74.13%39.41%-
HSV(B)291.95º85.14%68.63%-
XYZ21.6210.841.5-
YUV81.56180.74180.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 26 (10.55% from 255) = 7.30%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=43.54%
G=7.30%
B=49.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155261750.110.8500.31291.9574.1339.41
Hex9B1AAFB5501F1244a27
Octal233322571312503744411247
Binary100110111101010101111101110101010111111001001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,26,175); }

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

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

 a { background-color: rgb(155,26,175); }

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

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

 span { border-color: rgb(155,26,175); }

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