Html Css Color HEX #854080 Vivid Violet

📋 copy color: '#854080'

red 133 ◦ green 64 ◦ blue 128

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

Shades of Vivid Violet #854080

Tints of Vivid Violet #854080

RGB

 RED value IS 133 (52.34% from 255) = 40.92%

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 40.92%
G = 19.69%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#854080 (or 0x854080) is known color: Vivid Violet. HEX triplet: 85, 40 and 80. RGB value is (133,64,128). Sum of RGB (Red+Green+Blue) = 133+64+128=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #854080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854080 is #7ABF7F. Grayscale: #5B5B5B. Windows color (decimal): -8044416 or 8405125. OLE color: 8405125.

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

Color convert

RGB 133 64 128 -
CMYK 0 0.52 0.04 0.48
HSL 304.35º 0.35% 0.39% -
HSV(B) 304.35º 0.52% 0.52% -
XYZ 15.4 10.21 21.58 -
YUV 91.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 133 64 128 0 0.52 0.04 0.48 304.35 0.35 0.39
Hex 85 40 80 0 34 4 30 130 23 27
Octal 205 100 200 0 64 4 60 460 43 47
Binary 10000101 1000000 10000000 0 110100 100 110000 100110000 100011 100111

Color Harmonies of #854080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854080

Black with #854080

Text Example


Text Example

White with #854080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854080; }

 p { color: rgb(133,64,128); }

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

background-color css

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

 a { background-color: rgb(133,64,128); }

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

border-color css

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

 span { border-color: rgb(133,64,128); }

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