Html Css Color HEX #853290 Vivid Violet

📋 copy color: '#853290'

red 133 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #853290

Tints of Vivid Violet #853290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 40.67%
G = 15.29%
B = 44.04%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#853290 (or 0x853290) is known color: Vivid Violet. HEX triplet: 85, 32 and 90. RGB value is (133,50,144). Sum of RGB (Red+Green+Blue) = 133+50+144=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #853290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853290 is #7ACD6F. Grayscale: #555555. Windows color (decimal): -8047984 or 9450117. OLE color: 9450117.

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

Color convert

RGB 133 50 144 -
CMYK 0.08 0.65 0 0.44
HSL 292.98º 0.48% 0.38% -
HSV(B) 292.98º 0.65% 0.56% -
XYZ 15.85 9.28 27.34 -
YUV 85.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 133 50 144 0.08 0.65 0 0.44 292.98 0.48 0.38
Hex 85 32 90 8 41 0 2C 125 30 26
Octal 205 62 220 10 101 0 54 445 60 46
Binary 10000101 110010 10010000 1000 1000001 0 101100 100100101 110000 100110

Color Harmonies of #853290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853290

Black with #853290

Text Example


Text Example

White with #853290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853290; }

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

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

background-color css

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

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

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

border-color css

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

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

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