#9809B1

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

Shades of Dark Violet #9809B1

Tints of Dark Violet #9809B1

Color information

#9809B1 (or 0x9809B1) is unknown color: approx Dark Violet. HEX triplet: 98, 09 and B1. RGB value is (152,9,177). Sum of RGB (Red+Green+Blue) = 152+9+177=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #9809B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9809B1 is #67F64E. Grayscale: #464646. Windows color (decimal): -6813263 or 11602328. OLE color: 11602328.

HSL color Cylindrical-coordinate representation of color #9809B1: hue angle of 291.07º degrees, saturation: 0.9, 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 #9809B1 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1529177-
CMYK0.140.9500.31
HSL291.07º90.32%36.47%-
HSV(B)291.07º94.92%69.41%-
XYZ20.9810.0542.43-
YUV70.91187.88185.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 9 (3.91% from 255) = 2.66%
BLUE value IS 177 (69.53% from 255) = 52.37%
R=44.97%
G=2.66%
B=52.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15291770.140.9500.31291.0790.3236.47
Hex989B1E5F01F1235a24
Octal230112611613703744313244
Binary10011000100110110001111010111110111111001000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9809B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9809B1; }

 p { color: rgb(152,9,177); }

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

<style>
 a { background-color: #9809B1; }

 a { background-color: rgb(152,9,177); }

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

<style>
 span { border-color: #9809B1; }

 span { border-color: rgb(152,9,177); }

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