Html Css Color HEX #802396 Vivid Violet

📋 copy color: '#802396'

red 128 ◦ green 35 ◦ blue 150

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

Shades of Vivid Violet #802396

Tints of Vivid Violet #802396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 40.89%
G = 11.18%
B = 47.92%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#802396 (or 0x802396) is known color: Vivid Violet. HEX triplet: 80, 23 and 96. RGB value is (128,35,150). Sum of RGB (Red+Green+Blue) = 128+35+150=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #802396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802396 is #7FDC69. Grayscale: #4B4B4B. Windows color (decimal): -8379498 or 9839488. OLE color: 9839488.

HSL color Cylindrical-coordinate representation of color #802396: hue angle of 288.52º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802396 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 35 150 -
CMYK 0.15 0.77 0 0.41
HSL 288.52º 0.62% 0.36% -
HSV(B) 288.52º 0.77% 0.59% -
XYZ 15.01 7.99 29.61 -
YUV 75.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 128 35 150 0.15 0.77 0 0.41 288.52 0.62 0.36
Hex 80 23 96 F 4D 0 29 121 3E 24
Octal 200 43 226 17 115 0 51 441 76 44
Binary 10000000 100011 10010110 1111 1001101 0 101001 100100001 111110 100100

Color Harmonies of #802396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802396

Black with #802396

Text Example


Text Example

White with #802396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802396; }

 p { color: rgb(128,35,150); }

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

background-color css

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

 a { background-color: rgb(128,35,150); }

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

border-color css

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

 span { border-color: rgb(128,35,150); }

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