Html Css Color HEX #9809B2 Dark Violet

📋 copy color: '#9809B2'

red 152 ◦ green 9 ◦ blue 178

#9809B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9809B2

Tints of Dark Violet #9809B2

RGB

 RED value IS 152 (59.77% from 255) = 44.84%

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 178 (69.92% from 255) = 52.51%

R = 44.84%
G = 2.65%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9809B2 (or 0x9809B2) is known color: Dark Violet. HEX triplet: 98, 09 and B2. RGB value is (152,9,178). Sum of RGB (Red+Green+Blue) = 152+9+178=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #9809B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9809B2 is #67F64D. Grayscale: #464646. Windows color (decimal): -6813262 or 11667864. OLE color: 11667864.

HSL color Cylindrical-coordinate representation of color #9809B2: hue angle of 290.77º 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 #9809B2 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 9 178 -
CMYK 0.15 0.95 0 0.30
HSL 290.77º 0.9% 0.37% -
HSV(B) 290.77º 0.95% 0.7% -
XYZ 21.08 10.09 42.95 -
YUV 71.02 188.38 185.76 -
System Red Green Blue C M Y K H S L
Decimal 152 9 178 0.15 0.95 0 0.30 290.77 0.9 0.37
Hex 98 9 B2 F 5F 0 1E 123 5A 25
Octal 230 11 262 17 137 0 36 443 132 45
Binary 10011000 1001 10110010 1111 1011111 0 11110 100100011 1011010 100101

Color Harmonies of #9809B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9809B2

Black with #9809B2

Text Example


Text Example

White with #9809B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9809B2;
 }
 .AnyTagClassName
 {
   color: #9809B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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