Html Css Color HEX #802594 Vivid Violet

📋 copy color: '#802594'

red 128 ◦ green 37 ◦ blue 148

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

Shades of Vivid Violet #802594

Tints of Vivid Violet #802594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 40.89%
G = 11.82%
B = 47.28%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#802594 (or 0x802594) is known color: Vivid Violet. HEX triplet: 80, 25 and 94. RGB value is (128,37,148). Sum of RGB (Red+Green+Blue) = 128+37+148=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #802594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802594 is #7FDA6B. Grayscale: #4C4C4C. Windows color (decimal): -8378988 or 9708928. OLE color: 9708928.

HSL color Cylindrical-coordinate representation of color #802594: hue angle of 289.19º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802594 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 37 148 -
CMYK 0.14 0.75 0 0.42
HSL 289.19º 0.6% 0.36% -
HSV(B) 289.19º 0.75% 0.58% -
XYZ 14.91 8.05 28.79 -
YUV 76.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 128 37 148 0.14 0.75 0 0.42 289.19 0.6 0.36
Hex 80 25 94 E 4B 0 2A 121 3C 24
Octal 200 45 224 16 113 0 52 441 74 44
Binary 10000000 100101 10010100 1110 1001011 0 101010 100100001 111100 100100

Color Harmonies of #802594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802594

Black with #802594

Text Example


Text Example

White with #802594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802594; }

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

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

background-color css

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

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

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

border-color css

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

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

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