Html Css Color HEX #852ED5 Blue Violet

📋 copy color: '#852ED5'

red 133 ◦ green 46 ◦ blue 213

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

Shades of Blue Violet #852ED5

Tints of Blue Violet #852ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.34%

R = 33.93%
G = 11.73%
B = 54.34%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#852ED5 (or 0x852ED5) is known color: Blue Violet. HEX triplet: 85, 2E and D5. RGB value is (133,46,213). Sum of RGB (Red+Green+Blue) = 133+46+213=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #852ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ED5 is #7AD12A. Grayscale: #5A5A5A. Windows color (decimal): -8048939 or 13971077. OLE color: 13971077.

HSL color Cylindrical-coordinate representation of color #852ED5: hue angle of 271.26º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ED5 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 46 213 -
CMYK 0.38 0.78 0 0.16
HSL 271.26º 0.67% 0.51% -
HSV(B) 271.26º 0.78% 0.84% -
XYZ 22.66 11.74 64.02 -
YUV 91.05 196.82 157.92 -
System Red Green Blue C M Y K H S L
Decimal 133 46 213 0.38 0.78 0 0.16 271.26 0.67 0.51
Hex 85 2E D5 26 4E 0 10 10F 43 33
Octal 205 56 325 46 116 0 20 417 103 63
Binary 10000101 101110 11010101 100110 1001110 0 10000 100001111 1000011 110011

Color Harmonies of #852ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ED5

Black with #852ED5

Text Example


Text Example

White with #852ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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