Html Css Color HEX #800BB6 Dark Violet

📋 copy color: '#800BB6'

red 128 ◦ green 11 ◦ blue 182

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

Shades of Dark Violet #800BB6

Tints of Dark Violet #800BB6

RGB

 RED value IS 128 (50.39% from 255) = 39.88%

 GREEN value IS 11 (4.69% from 255) = 3.43%

 BLUE value IS 182 (71.48% from 255) = 56.7%

R = 39.88%
G = 3.43%
B = 56.7%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#800BB6 (or 0x800BB6) is known color: Dark Violet. HEX triplet: 80, 0B and B6. RGB value is (128,11,182). Sum of RGB (Red+Green+Blue) = 128+11+182=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #800BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BB6 is #7FF449. Grayscale: #404040. Windows color (decimal): -8385610 or 11930496. OLE color: 11930496.

HSL color Cylindrical-coordinate representation of color #800BB6: hue angle of 281.05º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BB6 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 11 182 -
CMYK 0.30 0.94 0 0.29
HSL 281.05º 0.89% 0.38% -
HSV(B) 281.05º 0.94% 0.71% -
XYZ 17.47 8.21 44.92 -
YUV 65.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 128 11 182 0.30 0.94 0 0.29 281.05 0.89 0.38
Hex 80 B B6 1E 5E 0 1D 119 59 26
Octal 200 13 266 36 136 0 35 431 131 46
Binary 10000000 1011 10110110 11110 1011110 0 11101 100011001 1011001 100110

Color Harmonies of #800BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BB6

Black with #800BB6

Text Example


Text Example

White with #800BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800BB6; }

 p { color: rgb(128,11,182); }

 H1.HeaderClassName
 {
   color: #800BB6;
 }
 .AnyTagClassName
 {
   color: #800BB6;
 }
</style>

background-color css

<style>
 a { background-color: #800BB6; }

 a { background-color: rgb(128,11,182); }

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

border-color css

<style>
 span { border-color: #800BB6; }

 span { border-color: rgb(128,11,182); }

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