Html Css Color HEX #853EA0 Vivid Violet

📋 copy color: '#853EA0'

red 133 ◦ green 62 ◦ blue 160

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

Shades of Vivid Violet #853EA0

Tints of Vivid Violet #853EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 37.46%
G = 17.46%
B = 45.07%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#853EA0 (or 0x853EA0) is known color: Vivid Violet. HEX triplet: 85, 3E and A0. RGB value is (133,62,160). Sum of RGB (Red+Green+Blue) = 133+62+160=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #853EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853EA0 is #7AC15F. Grayscale: #5E5E5E. Windows color (decimal): -8044896 or 10501765. OLE color: 10501765.

HSL color Cylindrical-coordinate representation of color #853EA0: hue angle of 283.47º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853EA0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 62 160 -
CMYK 0.17 0.61 0 0.37
HSL 283.47º 0.44% 0.44% -
HSV(B) 283.47º 0.61% 0.63% -
XYZ 17.74 10.97 34.44 -
YUV 94.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 133 62 160 0.17 0.61 0 0.37 283.47 0.44 0.44
Hex 85 3E A0 11 3D 0 25 11B 2C 2C
Octal 205 76 240 21 75 0 45 433 54 54
Binary 10000101 111110 10100000 10001 111101 0 100101 100011011 101100 101100

Color Harmonies of #853EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EA0

Black with #853EA0

Text Example


Text Example

White with #853EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853EA0; }

 p { color: rgb(133,62,160); }

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

background-color css

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

 a { background-color: rgb(133,62,160); }

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

border-color css

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

 span { border-color: rgb(133,62,160); }

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