Html Css Color HEX #853292 Vivid Violet

📋 copy color: '#853292'

red 133 ◦ green 50 ◦ blue 146

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

Shades of Vivid Violet #853292

Tints of Vivid Violet #853292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 40.43%
G = 15.2%
B = 44.38%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853292 (or 0x853292) is known color: Vivid Violet. HEX triplet: 85, 32 and 92. RGB value is (133,50,146). Sum of RGB (Red+Green+Blue) = 133+50+146=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #853292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853292 is #7ACD6D. Grayscale: #555555. Windows color (decimal): -8047982 or 9581189. OLE color: 9581189.

HSL color Cylindrical-coordinate representation of color #853292: hue angle of 291.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853292 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 50 146 -
CMYK 0.09 0.66 0 0.43
HSL 291.88º 0.49% 0.38% -
HSV(B) 291.88º 0.66% 0.57% -
XYZ 16 9.34 28.15 -
YUV 85.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 133 50 146 0.09 0.66 0 0.43 291.88 0.49 0.38
Hex 85 32 92 9 42 0 2B 124 31 26
Octal 205 62 222 11 102 0 53 444 61 46
Binary 10000101 110010 10010010 1001 1000010 0 101011 100100100 110001 100110

Color Harmonies of #853292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853292

Black with #853292

Text Example


Text Example

White with #853292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853292; }

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

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

background-color css

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

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

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

border-color css

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

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

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