Html Css Color HEX #9811BD Dark Violet

📋 copy color: '#9811BD'

red 152 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #9811BD

Tints of Dark Violet #9811BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.75%

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 42.46%
G = 4.75%
B = 52.79%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9811BD (or 0x9811BD) is known color: Dark Violet. HEX triplet: 98, 11 and BD. RGB value is (152,17,189). Sum of RGB (Red+Green+Blue) = 152+17+189=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #9811BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811BD is #67EE42. Grayscale: #4C4C4C. Windows color (decimal): -6811203 or 12390808. OLE color: 12390808.

HSL color Cylindrical-coordinate representation of color #9811BD: hue angle of 287.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9811BD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 17 189 -
CMYK 0.20 0.91 0 0.26
HSL 287.09º 0.83% 0.4% -
HSV(B) 287.09º 0.91% 0.74% -
XYZ 22.33 10.75 49.04 -
YUV 76.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 152 17 189 0.20 0.91 0 0.26 287.09 0.83 0.4
Hex 98 11 BD 14 5B 0 1A 11F 53 28
Octal 230 21 275 24 133 0 32 437 123 50
Binary 10011000 10001 10111101 10100 1011011 0 11010 100011111 1010011 101000

Color Harmonies of #9811BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9811BD

Black with #9811BD

Text Example


Text Example

White with #9811BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9811BD; }

 p { color: rgb(152,17,189); }

 H1.HeaderClassName
 {
   color: #9811BD;
 }
 .AnyTagClassName
 {
   color: #9811BD;
 }
</style>

background-color css

<style>
 a { background-color: #9811BD; }

 a { background-color: rgb(152,17,189); }

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

border-color css

<style>
 span { border-color: #9811BD; }

 span { border-color: rgb(152,17,189); }

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