#9B08AF

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

Shades of Dark Violet #9B08AF

Tints of Dark Violet #9B08AF

Color information

#9B08AF (or 0x9B08AF) is unknown color: approx Dark Violet. HEX triplet: 9B, 08 and AF. RGB value is (155,8,175). Sum of RGB (Red+Green+Blue) = 155+8+175=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B08AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B08AF is #64F750. Grayscale: #464646. Windows color (decimal): -6616913 or 11471003. OLE color: 11471003.

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

Color convert

RGB1558175-
CMYK0.110.9500.31
HSL292.81º91.26%35.88%-
HSV(B)292.81º95.43%68.63%-
XYZ21.3410.2441.41-
YUV70.99186.7187.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.86%
GREEN value IS 8 (3.52% from 255) = 2.37%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=45.86%
G=2.37%
B=51.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15581750.110.9500.31292.8191.2635.88
Hex9B8AFB5F01F1255b24
Octal233102571313703744513344
Binary10011011100010101111101110111110111111001001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B08AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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