Html Css Color HEX #852895 Vivid Violet

📋 copy color: '#852895'

red 133 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #852895

Tints of Vivid Violet #852895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

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

R = 41.3%
G = 12.42%
B = 46.27%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852895 (or 0x852895) is known color: Vivid Violet. HEX triplet: 85, 28 and 95. RGB value is (133,40,149). Sum of RGB (Red+Green+Blue) = 133+40+149=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #852895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852895 is #7AD76A. Grayscale: #4F4F4F. Windows color (decimal): -8050539 or 9775237. OLE color: 9775237.

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

Color convert

RGB 133 40 149 -
CMYK 0.11 0.73 0 0.42
HSL 291.19º 0.58% 0.37% -
HSV(B) 291.19º 0.73% 0.58% -
XYZ 15.86 8.67 29.27 -
YUV 80.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 133 40 149 0.11 0.73 0 0.42 291.19 0.58 0.37
Hex 85 28 95 B 49 0 2A 123 3A 25
Octal 205 50 225 13 111 0 52 443 72 45
Binary 10000101 101000 10010101 1011 1001001 0 101010 100100011 111010 100101

Color Harmonies of #852895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852895

Black with #852895

Text Example


Text Example

White with #852895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852895; }

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

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

background-color css

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

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

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

border-color css

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

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

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