Html Css Color HEX #852095 Vivid Violet

📋 copy color: '#852095'

red 133 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #852095

Tints of Vivid Violet #852095

RGB

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

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

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

R = 42.36%
G = 10.19%
B = 47.45%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852095 (or 0x852095) is known color: Vivid Violet. HEX triplet: 85, 20 and 95. RGB value is (133,32,149). Sum of RGB (Red+Green+Blue) = 133+32+149=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #852095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852095 is #7ADF6A. Grayscale: #4B4B4B. Windows color (decimal): -8052587 or 9773189. OLE color: 9773189.

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

Color convert

RGB 133 32 149 -
CMYK 0.11 0.79 0 0.42
HSL 291.79º 0.65% 0.35% -
HSV(B) 291.79º 0.79% 0.58% -
XYZ 15.61 8.19 29.19 -
YUV 75.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 133 32 149 0.11 0.79 0 0.42 291.79 0.65 0.35
Hex 85 20 95 B 4F 0 2A 124 41 23
Octal 205 40 225 13 117 0 52 444 101 43
Binary 10000101 100000 10010101 1011 1001111 0 101010 100100100 1000001 100011

Color Harmonies of #852095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852095

Black with #852095

Text Example


Text Example

White with #852095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852095; }

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

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

background-color css

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

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

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

border-color css

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

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

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