Html Css Color HEX #852ED1 Blue Violet

📋 copy color: '#852ED1'

red 133 ◦ green 46 ◦ blue 209

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

Shades of Blue Violet #852ED1

Tints of Blue Violet #852ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

 BLUE value IS 209 (82.03% from 255) = 53.87%

R = 34.28%
G = 11.86%
B = 53.87%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#852ED1 (or 0x852ED1) is known color: Blue Violet. HEX triplet: 85, 2E and D1. RGB value is (133,46,209). Sum of RGB (Red+Green+Blue) = 133+46+209=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #852ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ED1 is #7AD12E. Grayscale: #5A5A5A. Windows color (decimal): -8048943 or 13708933. OLE color: 13708933.

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

Color convert

RGB 133 46 209 -
CMYK 0.36 0.78 0 0.18
HSL 272.02º 0.64% 0.5% -
HSV(B) 272.02º 0.78% 0.82% -
XYZ 22.16 11.54 61.38 -
YUV 90.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 133 46 209 0.36 0.78 0 0.18 272.02 0.64 0.5
Hex 85 2E D1 24 4E 0 12 110 40 32
Octal 205 56 321 44 116 0 22 420 100 62
Binary 10000101 101110 11010001 100100 1001110 0 10010 100010000 1000000 110010

Color Harmonies of #852ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ED1

Black with #852ED1

Text Example


Text Example

White with #852ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,209); }

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

background-color css

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

 a { background-color: rgb(133,46,209); }

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

border-color css

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

 span { border-color: rgb(133,46,209); }

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