Html Css Color HEX #852190 Vivid Violet

📋 copy color: '#852190'

red 133 ◦ green 33 ◦ blue 144

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

Shades of Vivid Violet #852190

Tints of Vivid Violet #852190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 42.9%
G = 10.65%
B = 46.45%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#852190 (or 0x852190) is known color: Vivid Violet. HEX triplet: 85, 21 and 90. RGB value is (133,33,144). Sum of RGB (Red+Green+Blue) = 133+33+144=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #852190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852190 is #7ADE6F. Grayscale: #4B4B4B. Windows color (decimal): -8052336 or 9445765. OLE color: 9445765.

HSL color Cylindrical-coordinate representation of color #852190: hue angle of 294.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852190 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 33 144 -
CMYK 0.08 0.77 0 0.44
HSL 294.05º 0.63% 0.35% -
HSV(B) 294.05º 0.77% 0.56% -
XYZ 15.25 8.09 27.14 -
YUV 75.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 133 33 144 0.08 0.77 0 0.44 294.05 0.63 0.35
Hex 85 21 90 8 4D 0 2C 126 3F 23
Octal 205 41 220 10 115 0 54 446 77 43
Binary 10000101 100001 10010000 1000 1001101 0 101100 100100110 111111 100011

Color Harmonies of #852190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852190

Black with #852190

Text Example


Text Example

White with #852190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852190; }

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

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

background-color css

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

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

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

border-color css

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

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

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