#9B09B3

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

Shades of Dark Violet #9B09B3

Tints of Dark Violet #9B09B3

Color information

#9B09B3 (or 0x9B09B3) is unknown color: approx Dark Violet. HEX triplet: 9B, 09 and B3. RGB value is (155,9,179). Sum of RGB (Red+Green+Blue) = 155+9+179=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B09B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09B3 is #64F64C. Grayscale: #474747. Windows color (decimal): -6616653 or 11733403. OLE color: 11733403.

HSL color Cylindrical-coordinate representation of color #9B09B3: hue angle of 291.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B09B3 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1559179-
CMYK0.130.9500.30
HSL291.53º90.43%36.86%-
HSV(B)291.53º94.97%70.2%-
XYZ21.7510.4243.51-
YUV72.03188.37187.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=45.19%
G=2.62%
B=52.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15591790.130.9500.30291.5390.4336.86
Hex9B9B3D5F01E1245a25
Octal233112631513703644413245
Binary10011011100110110011110110111110111101001001001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B09B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,9,179); }

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

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

 a { background-color: rgb(155,9,179); }

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

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

 span { border-color: rgb(155,9,179); }

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