Html Css Color HEX #852DA1 Vivid Violet

📋 copy color: '#852DA1'

red 133 ◦ green 45 ◦ blue 161

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

Shades of Vivid Violet #852DA1

Tints of Vivid Violet #852DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 161 (63.28% from 255) = 47.49%

R = 39.23%
G = 13.27%
B = 47.49%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#852DA1 (or 0x852DA1) is known color: Vivid Violet. HEX triplet: 85, 2D and A1. RGB value is (133,45,161). Sum of RGB (Red+Green+Blue) = 133+45+161=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #852DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852DA1 is #7AD25E. Grayscale: #545454. Windows color (decimal): -8049247 or 10562949. OLE color: 10562949.

HSL color Cylindrical-coordinate representation of color #852DA1: hue angle of 285.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852DA1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 45 161 -
CMYK 0.17 0.72 0 0.37
HSL 285.52º 0.56% 0.4% -
HSV(B) 285.52º 0.72% 0.63% -
XYZ 17.04 9.44 34.64 -
YUV 84.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 133 45 161 0.17 0.72 0 0.37 285.52 0.56 0.4
Hex 85 2D A1 11 48 0 25 11E 38 28
Octal 205 55 241 21 110 0 45 436 70 50
Binary 10000101 101101 10100001 10001 1001000 0 100101 100011110 111000 101000

Color Harmonies of #852DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DA1

Black with #852DA1

Text Example


Text Example

White with #852DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852DA1; }

 p { color: rgb(133,45,161); }

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

background-color css

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

 a { background-color: rgb(133,45,161); }

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

border-color css

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

 span { border-color: rgb(133,45,161); }

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