Html Css Color HEX #854999 Vivid Violet

📋 copy color: '#854999'

red 133 ◦ green 73 ◦ blue 153

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

Shades of Vivid Violet #854999

Tints of Vivid Violet #854999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 37.05%
G = 20.33%
B = 42.62%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#854999 (or 0x854999) is known color: Vivid Violet. HEX triplet: 85, 49 and 99. RGB value is (133,73,153). Sum of RGB (Red+Green+Blue) = 133+73+153=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #854999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854999 is #7AB666. Grayscale: #636363. Windows color (decimal): -8042087 or 10045829. OLE color: 10045829.

HSL color Cylindrical-coordinate representation of color #854999: hue angle of 285º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854999 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 73 153 -
CMYK 0.13 0.52 0 0.4
HSL 285º 0.35% 0.44% -
HSV(B) 285º 0.52% 0.6% -
XYZ 17.81 12.05 31.52 -
YUV 100.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 133 73 153 0.13 0.52 0 0.4 285 0.35 0.44
Hex 85 49 99 D 34 0 28 11D 23 2C
Octal 205 111 231 15 64 0 50 435 43 54
Binary 10000101 1001001 10011001 1101 110100 0 101000 100011101 100011 101100

Color Harmonies of #854999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854999

Black with #854999

Text Example


Text Example

White with #854999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854999; }

 p { color: rgb(133,73,153); }

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

background-color css

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

 a { background-color: rgb(133,73,153); }

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

border-color css

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

 span { border-color: rgb(133,73,153); }

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