Html Css Color HEX #852395 Vivid Violet

📋 copy color: '#852395'

red 133 ◦ green 35 ◦ blue 149

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

Shades of Vivid Violet #852395

Tints of Vivid Violet #852395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 41.96%
G = 11.04%
B = 47%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852395 (or 0x852395) is known color: Vivid Violet. HEX triplet: 85, 23 and 95. RGB value is (133,35,149). Sum of RGB (Red+Green+Blue) = 133+35+149=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #852395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852395 is #7ADC6A. Grayscale: #4C4C4C. Windows color (decimal): -8051819 or 9773957. OLE color: 9773957.

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

Color convert

RGB 133 35 149 -
CMYK 0.11 0.77 0 0.42
HSL 291.58º 0.62% 0.36% -
HSV(B) 291.58º 0.77% 0.58% -
XYZ 15.7 8.36 29.22 -
YUV 77.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 133 35 149 0.11 0.77 0 0.42 291.58 0.62 0.36
Hex 85 23 95 B 4D 0 2A 124 3E 24
Octal 205 43 225 13 115 0 52 444 76 44
Binary 10000101 100011 10010101 1011 1001101 0 101010 100100100 111110 100100

Color Harmonies of #852395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852395

Black with #852395

Text Example


Text Example

White with #852395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852395; }

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

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

background-color css

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

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

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

border-color css

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

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

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