Html Css Color HEX #804384 Vivid Violet

📋 copy color: '#804384'

red 128 ◦ green 67 ◦ blue 132

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

Shades of Vivid Violet #804384

Tints of Vivid Violet #804384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.49%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 39.14%
G = 20.49%
B = 40.37%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#804384 (or 0x804384) is known color: Vivid Violet. HEX triplet: 80, 43 and 84. RGB value is (128,67,132). Sum of RGB (Red+Green+Blue) = 128+67+132=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #804384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804384 is #7FBC7B. Grayscale: #5C5C5C. Windows color (decimal): -8371324 or 8668032. OLE color: 8668032.

HSL color Cylindrical-coordinate representation of color #804384: hue angle of 296.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804384 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 67 132 -
CMYK 0.03 0.49 0 0.48
HSL 296.31º 0.33% 0.39% -
HSV(B) 296.31º 0.49% 0.52% -
XYZ 15.07 10.27 23.02 -
YUV 92.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 128 67 132 0.03 0.49 0 0.48 296.31 0.33 0.39
Hex 80 43 84 3 31 0 30 128 21 27
Octal 200 103 204 3 61 0 60 450 41 47
Binary 10000000 1000011 10000100 11 110001 0 110000 100101000 100001 100111

Color Harmonies of #804384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804384

Black with #804384

Text Example


Text Example

White with #804384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804384; }

 p { color: rgb(128,67,132); }

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

background-color css

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

 a { background-color: rgb(128,67,132); }

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

border-color css

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

 span { border-color: rgb(128,67,132); }

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