Html Css Color HEX #852CA2 Vivid Violet

📋 copy color: '#852CA2'

red 133 ◦ green 44 ◦ blue 162

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

Shades of Vivid Violet #852CA2

Tints of Vivid Violet #852CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 162 (63.67% from 255) = 47.79%

R = 39.23%
G = 12.98%
B = 47.79%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#852CA2 (or 0x852CA2) is known color: Vivid Violet. HEX triplet: 85, 2C and A2. RGB value is (133,44,162). Sum of RGB (Red+Green+Blue) = 133+44+162=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #852CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852CA2 is #7AD35D. Grayscale: #535353. Windows color (decimal): -8049502 or 10628229. OLE color: 10628229.

HSL color Cylindrical-coordinate representation of color #852CA2: hue angle of 285.25º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852CA2 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 44 162 -
CMYK 0.18 0.73 0 0.36
HSL 285.25º 0.57% 0.4% -
HSV(B) 285.25º 0.73% 0.64% -
XYZ 17.1 9.4 35.1 -
YUV 84.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 133 44 162 0.18 0.73 0 0.36 285.25 0.57 0.4
Hex 85 2C A2 12 49 0 24 11D 39 28
Octal 205 54 242 22 111 0 44 435 71 50
Binary 10000101 101100 10100010 10010 1001001 0 100100 100011101 111001 101000

Color Harmonies of #852CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CA2

Black with #852CA2

Text Example


Text Example

White with #852CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,162); }

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

background-color css

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

 a { background-color: rgb(133,44,162); }

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

border-color css

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

 span { border-color: rgb(133,44,162); }

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