Html Css Color HEX #800BDA Dark Violet

📋 copy color: '#800BDA'

red 128 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #800BDA

Tints of Dark Violet #800BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.06%

R = 35.85%
G = 3.08%
B = 61.06%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#800BDA (or 0x800BDA) is known color: Dark Violet. HEX triplet: 80, 0B and DA. RGB value is (128,11,218). Sum of RGB (Red+Green+Blue) = 128+11+218=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #800BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BDA is #7FF425. Grayscale: #444444. Windows color (decimal): -8385574 or 14289792. OLE color: 14289792.

HSL color Cylindrical-coordinate representation of color #800BDA: hue angle of 273.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BDA is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 11 218 -
CMYK 0.41 0.95 0 0.15
HSL 273.91º 0.9% 0.45% -
HSV(B) 273.91º 0.95% 0.85% -
XYZ 21.68 9.89 67.1 -
YUV 69.58 211.76 169.67 -
System Red Green Blue C M Y K H S L
Decimal 128 11 218 0.41 0.95 0 0.15 273.91 0.9 0.45
Hex 80 B DA 29 5F 0 F 112 5A 2D
Octal 200 13 332 51 137 0 17 422 132 55
Binary 10000000 1011 11011010 101001 1011111 0 1111 100010010 1011010 101101

Color Harmonies of #800BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BDA

Black with #800BDA

Text Example


Text Example

White with #800BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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