Html Css Color HEX #852EEE Blue Violet

📋 copy color: '#852EEE'

red 133 ◦ green 46 ◦ blue 238

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

Shades of Blue Violet #852EEE

Tints of Blue Violet #852EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 31.89%
G = 11.03%
B = 57.07%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#852EEE (or 0x852EEE) is known color: Blue Violet. HEX triplet: 85, 2E and EE. RGB value is (133,46,238). Sum of RGB (Red+Green+Blue) = 133+46+238=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #852EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852EEE is #7AD111. Grayscale: #5D5D5D. Windows color (decimal): -8048914 or 15609477. OLE color: 15609477.

HSL color Cylindrical-coordinate representation of color #852EEE: hue angle of 267.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852EEE is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 46 238 -
CMYK 0.44 0.81 0 0.07
HSL 267.19º 0.85% 0.56% -
HSV(B) 267.19º 0.81% 0.93% -
XYZ 26.08 13.11 82.05 -
YUV 93.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 133 46 238 0.44 0.81 0 0.07 267.19 0.85 0.56
Hex 85 2E EE 2C 51 0 7 10B 55 38
Octal 205 56 356 54 121 0 7 413 125 70
Binary 10000101 101110 11101110 101100 1010001 0 111 100001011 1010101 111000

Color Harmonies of #852EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EEE

Black with #852EEE

Text Example


Text Example

White with #852EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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