Html Css Color HEX #852099 Vivid Violet

📋 copy color: '#852099'

red 133 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #852099

Tints of Vivid Violet #852099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 41.82%
G = 10.06%
B = 48.11%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#852099 (or 0x852099) is known color: Vivid Violet. HEX triplet: 85, 20 and 99. RGB value is (133,32,153). Sum of RGB (Red+Green+Blue) = 133+32+153=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #852099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852099 is #7ADF66. Grayscale: #4B4B4B. Windows color (decimal): -8052583 or 10035333. OLE color: 10035333.

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

Color convert

RGB 133 32 153 -
CMYK 0.13 0.79 0 0.4
HSL 290.08º 0.65% 0.36% -
HSV(B) 290.08º 0.79% 0.6% -
XYZ 15.94 8.32 30.9 -
YUV 75.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 133 32 153 0.13 0.79 0 0.4 290.08 0.65 0.36
Hex 85 20 99 D 4F 0 28 122 41 24
Octal 205 40 231 15 117 0 50 442 101 44
Binary 10000101 100000 10011001 1101 1001111 0 101000 100100010 1000001 100100

Color Harmonies of #852099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852099

Black with #852099

Text Example


Text Example

White with #852099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852099; }

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

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

background-color css

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

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

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

border-color css

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

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

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