Html Css Color HEX #9811BC Dark Violet

📋 copy color: '#9811BC'

red 152 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #9811BC

Tints of Dark Violet #9811BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 42.58%
G = 4.76%
B = 52.66%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9811BC (or 0x9811BC) is known color: Dark Violet. HEX triplet: 98, 11 and BC. RGB value is (152,17,188). Sum of RGB (Red+Green+Blue) = 152+17+188=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9811BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811BC is #67EE43. Grayscale: #4C4C4C. Windows color (decimal): -6811204 or 12325272. OLE color: 12325272.

HSL color Cylindrical-coordinate representation of color #9811BC: hue angle of 287.37º 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 #9811BC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 17 188 -
CMYK 0.19 0.91 0 0.26
HSL 287.37º 0.83% 0.4% -
HSV(B) 287.37º 0.91% 0.74% -
XYZ 22.23 10.71 48.47 -
YUV 76.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 152 17 188 0.19 0.91 0 0.26 287.37 0.83 0.4
Hex 98 11 BC 13 5B 0 1A 11F 53 28
Octal 230 21 274 23 133 0 32 437 123 50
Binary 10011000 10001 10111100 10011 1011011 0 11010 100011111 1010011 101000

Color Harmonies of #9811BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9811BC

Black with #9811BC

Text Example


Text Example

White with #9811BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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