Html Css Color HEX #852097 Vivid Violet

📋 copy color: '#852097'

red 133 ◦ green 32 ◦ blue 151

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

Shades of Vivid Violet #852097

Tints of Vivid Violet #852097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 42.09%
G = 10.13%
B = 47.78%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#852097 (or 0x852097) is known color: Vivid Violet. HEX triplet: 85, 20 and 97. RGB value is (133,32,151). Sum of RGB (Red+Green+Blue) = 133+32+151=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #852097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852097 is #7ADF68. Grayscale: #4B4B4B. Windows color (decimal): -8052585 or 9904261. OLE color: 9904261.

HSL color Cylindrical-coordinate representation of color #852097: hue angle of 290.92º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852097 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 32 151 -
CMYK 0.12 0.79 0 0.41
HSL 290.92º 0.65% 0.36% -
HSV(B) 290.92º 0.79% 0.59% -
XYZ 15.78 8.25 30.04 -
YUV 75.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 133 32 151 0.12 0.79 0 0.41 290.92 0.65 0.36
Hex 85 20 97 C 4F 0 29 123 41 24
Octal 205 40 227 14 117 0 51 443 101 44
Binary 10000101 100000 10010111 1100 1001111 0 101001 100100011 1000001 100100

Color Harmonies of #852097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852097

Black with #852097

Text Example


Text Example

White with #852097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852097; }

 p { color: rgb(133,32,151); }

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

background-color css

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

 a { background-color: rgb(133,32,151); }

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

border-color css

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

 span { border-color: rgb(133,32,151); }

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