Html Css Color HEX #80259E Vivid Violet

📋 copy color: '#80259E'

red 128 ◦ green 37 ◦ blue 158

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

Shades of Vivid Violet #80259E

Tints of Vivid Violet #80259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 39.63%
G = 11.46%
B = 48.92%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80259E (or 0x80259E) is known color: Vivid Violet. HEX triplet: 80, 25 and 9E. RGB value is (128,37,158). Sum of RGB (Red+Green+Blue) = 128+37+158=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #80259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80259E is #7FDA61. Grayscale: #4D4D4D. Windows color (decimal): -8378978 or 10364288. OLE color: 10364288.

HSL color Cylindrical-coordinate representation of color #80259E: hue angle of 285.12º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80259E is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 37 158 -
CMYK 0.19 0.77 0 0.38
HSL 285.12º 0.62% 0.38% -
HSV(B) 285.12º 0.77% 0.62% -
XYZ 15.74 8.38 33.14 -
YUV 78 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 128 37 158 0.19 0.77 0 0.38 285.12 0.62 0.38
Hex 80 25 9E 13 4D 0 26 11D 3E 26
Octal 200 45 236 23 115 0 46 435 76 46
Binary 10000000 100101 10011110 10011 1001101 0 100110 100011101 111110 100110

Color Harmonies of #80259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80259E

Black with #80259E

Text Example


Text Example

White with #80259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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