Html Css Color HEX #853295 Vivid Violet

📋 copy color: '#853295'

red 133 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #853295

Tints of Vivid Violet #853295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 40.06%
G = 15.06%
B = 44.88%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853295 (or 0x853295) is known color: Vivid Violet. HEX triplet: 85, 32 and 95. RGB value is (133,50,149). Sum of RGB (Red+Green+Blue) = 133+50+149=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #853295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853295 is #7ACD6A. Grayscale: #555555. Windows color (decimal): -8047979 or 9777797. OLE color: 9777797.

HSL color Cylindrical-coordinate representation of color #853295: hue angle of 290.3º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853295 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 50 149 -
CMYK 0.11 0.66 0 0.42
HSL 290.3º 0.5% 0.39% -
HSV(B) 290.3º 0.66% 0.58% -
XYZ 16.24 9.44 29.4 -
YUV 86.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 133 50 149 0.11 0.66 0 0.42 290.3 0.5 0.39
Hex 85 32 95 B 42 0 2A 122 32 27
Octal 205 62 225 13 102 0 52 442 62 47
Binary 10000101 110010 10010101 1011 1000010 0 101010 100100010 110010 100111

Color Harmonies of #853295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853295

Black with #853295

Text Example


Text Example

White with #853295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853295; }

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

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

background-color css

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

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

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

border-color css

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

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

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