Html Css Color HEX #80259B Vivid Violet

📋 copy color: '#80259B'

red 128 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #80259B

Tints of Vivid Violet #80259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 40%
G = 11.56%
B = 48.44%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80259B (or 0x80259B) is known color: Vivid Violet. HEX triplet: 80, 25 and 9B. RGB value is (128,37,155). Sum of RGB (Red+Green+Blue) = 128+37+155=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #80259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80259B is #7FDA64. Grayscale: #4D4D4D. Windows color (decimal): -8378981 or 10167680. OLE color: 10167680.

HSL color Cylindrical-coordinate representation of color #80259B: hue angle of 286.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80259B is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 37 155 -
CMYK 0.17 0.76 0 0.39
HSL 286.27º 0.61% 0.38% -
HSV(B) 286.27º 0.76% 0.61% -
XYZ 15.48 8.28 31.79 -
YUV 77.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 128 37 155 0.17 0.76 0 0.39 286.27 0.61 0.38
Hex 80 25 9B 11 4C 0 27 11E 3D 26
Octal 200 45 233 21 114 0 47 436 75 46
Binary 10000000 100101 10011011 10001 1001100 0 100111 100011110 111101 100110

Color Harmonies of #80259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80259B

Black with #80259B

Text Example


Text Example

White with #80259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80259B; }

 p { color: rgb(128,37,155); }

 H1.HeaderClassName
 {
   color: #80259B;
 }
 .AnyTagClassName
 {
   color: #80259B;
 }
</style>

background-color css

<style>
 a { background-color: #80259B; }

 a { background-color: rgb(128,37,155); }

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

border-color css

<style>
 span { border-color: #80259B; }

 span { border-color: rgb(128,37,155); }

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