Html Css Color HEX #800BBB Dark Violet

📋 copy color: '#800BBB'

red 128 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #800BBB

Tints of Dark Violet #800BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.36%

R = 39.26%
G = 3.37%
B = 57.36%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800BBB (or 0x800BBB) is known color: Dark Violet. HEX triplet: 80, 0B and BB. RGB value is (128,11,187). Sum of RGB (Red+Green+Blue) = 128+11+187=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #800BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BBB is #7FF444. Grayscale: #414141. Windows color (decimal): -8385605 or 12258176. OLE color: 12258176.

HSL color Cylindrical-coordinate representation of color #800BBB: hue angle of 279.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BBB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 11 187 -
CMYK 0.32 0.94 0 0.27
HSL 279.89º 0.89% 0.39% -
HSV(B) 279.89º 0.94% 0.73% -
XYZ 17.99 8.42 47.69 -
YUV 66.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 128 11 187 0.32 0.94 0 0.27 279.89 0.89 0.39
Hex 80 B BB 20 5E 0 1B 118 59 27
Octal 200 13 273 40 136 0 33 430 131 47
Binary 10000000 1011 10111011 100000 1011110 0 11011 100011000 1011001 100111

Color Harmonies of #800BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BBB

Black with #800BBB

Text Example


Text Example

White with #800BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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