Html Css Color HEX #854081 Vivid Violet

📋 copy color: '#854081'

red 133 ◦ green 64 ◦ blue 129

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

Shades of Vivid Violet #854081

Tints of Vivid Violet #854081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 40.8%
G = 19.63%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#854081 (or 0x854081) is known color: Vivid Violet. HEX triplet: 85, 40 and 81. RGB value is (133,64,129). Sum of RGB (Red+Green+Blue) = 133+64+129=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #854081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854081 is #7ABF7E. Grayscale: #5B5B5B. Windows color (decimal): -8044415 or 8470661. OLE color: 8470661.

HSL color Cylindrical-coordinate representation of color #854081: hue angle of 303.48º 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 #854081 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 129 -
CMYK 0 0.52 0.03 0.48
HSL 303.48º 0.35% 0.39% -
HSV(B) 303.48º 0.52% 0.52% -
XYZ 15.47 10.24 21.93 -
YUV 92.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 133 64 129 0 0.52 0.03 0.48 303.48 0.35 0.39
Hex 85 40 81 0 34 3 30 12F 23 27
Octal 205 100 201 0 64 3 60 457 43 47
Binary 10000101 1000000 10000001 0 110100 11 110000 100101111 100011 100111

Color Harmonies of #854081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854081

Black with #854081

Text Example


Text Example

White with #854081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854081; }

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

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

background-color css

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

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

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

border-color css

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

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

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