Html Css Color HEX #800BE5 Dark Violet

📋 copy color: '#800BE5'

red 128 ◦ green 11 ◦ blue 229

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

Shades of Dark Violet #800BE5

Tints of Dark Violet #800BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 62.23%

R = 34.78%
G = 2.99%
B = 62.23%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#800BE5 (or 0x800BE5) is known color: Dark Violet. HEX triplet: 80, 0B and E5. RGB value is (128,11,229). Sum of RGB (Red+Green+Blue) = 128+11+229=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #800BE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BE5 is #7FF41A. Grayscale: #464646. Windows color (decimal): -8385563 or 15010688. OLE color: 15010688.

HSL color Cylindrical-coordinate representation of color #800BE5: hue angle of 272.2º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BE5 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 11 229 -
CMYK 0.44 0.95 0 0.10
HSL 272.2º 0.91% 0.47% -
HSV(B) 272.2º 0.95% 0.9% -
XYZ 23.16 10.49 74.93 -
YUV 70.84 217.26 168.77 -
System Red Green Blue C M Y K H S L
Decimal 128 11 229 0.44 0.95 0 0.10 272.2 0.91 0.47
Hex 80 B E5 2C 5F 0 A 110 5B 2F
Octal 200 13 345 54 137 0 12 420 133 57
Binary 10000000 1011 11100101 101100 1011111 0 1010 100010000 1011011 101111

Color Harmonies of #800BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BE5

Black with #800BE5

Text Example


Text Example

White with #800BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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