Html Css Color HEX #852EE9 Blue Violet

📋 copy color: '#852EE9'

red 133 ◦ green 46 ◦ blue 233

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

Shades of Blue Violet #852EE9

Tints of Blue Violet #852EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.55%

R = 32.28%
G = 11.17%
B = 56.55%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#852EE9 (or 0x852EE9) is known color: Blue Violet. HEX triplet: 85, 2E and E9. RGB value is (133,46,233). Sum of RGB (Red+Green+Blue) = 133+46+233=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #852EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852EE9 is #7AD116. Grayscale: #5C5C5C. Windows color (decimal): -8048919 or 15281797. OLE color: 15281797.

HSL color Cylindrical-coordinate representation of color #852EE9: hue angle of 267.91º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852EE9 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 46 233 -
CMYK 0.43 0.80 0 0.09
HSL 267.91º 0.81% 0.55% -
HSV(B) 267.91º 0.8% 0.91% -
XYZ 25.36 12.82 78.23 -
YUV 93.33 206.82 156.29 -
System Red Green Blue C M Y K H S L
Decimal 133 46 233 0.43 0.80 0 0.09 267.91 0.81 0.55
Hex 85 2E E9 2B 50 0 9 10C 51 37
Octal 205 56 351 53 120 0 11 414 121 67
Binary 10000101 101110 11101001 101011 1010000 0 1001 100001100 1010001 110111

Color Harmonies of #852EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EE9

Black with #852EE9

Text Example


Text Example

White with #852EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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