Html Css Color HEX #852195 Vivid Violet

📋 copy color: '#852195'

red 133 ◦ green 33 ◦ blue 149

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

Shades of Vivid Violet #852195

Tints of Vivid Violet #852195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 42.22%
G = 10.48%
B = 47.3%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852195 (or 0x852195) is known color: Vivid Violet. HEX triplet: 85, 21 and 95. RGB value is (133,33,149). Sum of RGB (Red+Green+Blue) = 133+33+149=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #852195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852195 is #7ADE6A. Grayscale: #4B4B4B. Windows color (decimal): -8052331 or 9773445. OLE color: 9773445.

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

Color convert

RGB 133 33 149 -
CMYK 0.11 0.78 0 0.42
HSL 291.72º 0.64% 0.36% -
HSV(B) 291.72º 0.78% 0.58% -
XYZ 15.64 8.24 29.2 -
YUV 76.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 133 33 149 0.11 0.78 0 0.42 291.72 0.64 0.36
Hex 85 21 95 B 4E 0 2A 124 40 24
Octal 205 41 225 13 116 0 52 444 100 44
Binary 10000101 100001 10010101 1011 1001110 0 101010 100100100 1000000 100100

Color Harmonies of #852195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852195

Black with #852195

Text Example


Text Example

White with #852195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852195; }

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

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

background-color css

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

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

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

border-color css

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

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

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