Html Css Color HEX #801C9C Vivid Violet

📋 copy color: '#801C9C'

red 128 ◦ green 28 ◦ blue 156

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

Shades of Vivid Violet #801C9C

Tints of Vivid Violet #801C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 41.03%
G = 8.97%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#801C9C (or 0x801C9C) is known color: Vivid Violet. HEX triplet: 80, 1C and 9C. RGB value is (128,28,156). Sum of RGB (Red+Green+Blue) = 128+28+156=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #801C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801C9C is #7FE363. Grayscale: #484848. Windows color (decimal): -8381284 or 10230912. OLE color: 10230912.

HSL color Cylindrical-coordinate representation of color #801C9C: hue angle of 286.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801C9C is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 28 156 -
CMYK 0.18 0.82 0 0.39
HSL 286.88º 0.7% 0.36% -
HSV(B) 286.88º 0.82% 0.61% -
XYZ 15.32 7.82 32.15 -
YUV 72.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 128 28 156 0.18 0.82 0 0.39 286.88 0.7 0.36
Hex 80 1C 9C 12 52 0 27 11F 46 24
Octal 200 34 234 22 122 0 47 437 106 44
Binary 10000000 11100 10011100 10010 1010010 0 100111 100011111 1000110 100100

Color Harmonies of #801C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C9C

Black with #801C9C

Text Example


Text Example

White with #801C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C9C; }

 p { color: rgb(128,28,156); }

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

background-color css

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

 a { background-color: rgb(128,28,156); }

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

border-color css

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

 span { border-color: rgb(128,28,156); }

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