Html Css Color HEX #854599 Vivid Violet

📋 copy color: '#854599'

red 133 ◦ green 69 ◦ blue 153

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

Shades of Vivid Violet #854599

Tints of Vivid Violet #854599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

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

R = 37.46%
G = 19.44%
B = 43.1%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#854599 (or 0x854599) is known color: Vivid Violet. HEX triplet: 85, 45 and 99. RGB value is (133,69,153). Sum of RGB (Red+Green+Blue) = 133+69+153=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #854599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854599 is #7ABA66. Grayscale: #616161. Windows color (decimal): -8043111 or 10044805. OLE color: 10044805.

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

Color convert

RGB 133 69 153 -
CMYK 0.13 0.55 0 0.4
HSL 285.71º 0.38% 0.44% -
HSV(B) 285.71º 0.55% 0.6% -
XYZ 17.55 11.54 31.44 -
YUV 97.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 133 69 153 0.13 0.55 0 0.4 285.71 0.38 0.44
Hex 85 45 99 D 37 0 28 11E 26 2C
Octal 205 105 231 15 67 0 50 436 46 54
Binary 10000101 1000101 10011001 1101 110111 0 101000 100011110 100110 101100

Color Harmonies of #854599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854599

Black with #854599

Text Example


Text Example

White with #854599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854599; }

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

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

background-color css

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

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

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

border-color css

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

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

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