Html Css Color HEX #800BBA Dark Violet

📋 copy color: '#800BBA'

red 128 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #800BBA

Tints of Dark Violet #800BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 39.38%
G = 3.38%
B = 57.23%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800BBA (or 0x800BBA) is known color: Dark Violet. HEX triplet: 80, 0B and BA. RGB value is (128,11,186). Sum of RGB (Red+Green+Blue) = 128+11+186=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #800BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BBA is #7FF445. Grayscale: #414141. Windows color (decimal): -8385606 or 12192640. OLE color: 12192640.

HSL color Cylindrical-coordinate representation of color #800BBA: hue angle of 280.11º 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 #800BBA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 11 186 -
CMYK 0.31 0.94 0 0.27
HSL 280.11º 0.89% 0.39% -
HSV(B) 280.11º 0.94% 0.73% -
XYZ 17.88 8.37 47.13 -
YUV 65.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 128 11 186 0.31 0.94 0 0.27 280.11 0.89 0.39
Hex 80 B BA 1F 5E 0 1B 118 59 27
Octal 200 13 272 37 136 0 33 430 131 47
Binary 10000000 1011 10111010 11111 1011110 0 11011 100011000 1011001 100111

Color Harmonies of #800BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BBA

Black with #800BBA

Text Example


Text Example

White with #800BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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