Html Css Color HEX #853590 Vivid Violet

📋 copy color: '#853590'

red 133 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #853590

Tints of Vivid Violet #853590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 40.3%
G = 16.06%
B = 43.64%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#853590 (or 0x853590) is known color: Vivid Violet. HEX triplet: 85, 35 and 90. RGB value is (133,53,144). Sum of RGB (Red+Green+Blue) = 133+53+144=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #853590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853590 is #7ACA6F. Grayscale: #575757. Windows color (decimal): -8047216 or 9450885. OLE color: 9450885.

HSL color Cylindrical-coordinate representation of color #853590: hue angle of 292.75º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853590 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 53 144 -
CMYK 0.08 0.63 0 0.44
HSL 292.75º 0.46% 0.39% -
HSV(B) 292.75º 0.63% 0.56% -
XYZ 15.98 9.55 27.39 -
YUV 87.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 133 53 144 0.08 0.63 0 0.44 292.75 0.46 0.39
Hex 85 35 90 8 3F 0 2C 125 2E 27
Octal 205 65 220 10 77 0 54 445 56 47
Binary 10000101 110101 10010000 1000 111111 0 101100 100100101 101110 100111

Color Harmonies of #853590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853590

Black with #853590

Text Example


Text Example

White with #853590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853590; }

 p { color: rgb(133,53,144); }

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

background-color css

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

 a { background-color: rgb(133,53,144); }

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

border-color css

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

 span { border-color: rgb(133,53,144); }

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