Html Css Color HEX #852DEC Blue Violet

📋 copy color: '#852DEC'

red 133 ◦ green 45 ◦ blue 236

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

Shades of Blue Violet #852DEC

Tints of Blue Violet #852DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

 BLUE value IS 236 (92.58% from 255) = 57%

R = 32.13%
G = 10.87%
B = 57%

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

#852DEC (or 0x852DEC) is known color: Blue Violet. HEX triplet: 85, 2D and EC. RGB value is (133,45,236). Sum of RGB (Red+Green+Blue) = 133+45+236=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #852DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DEC is #7AD213. Grayscale: #5C5C5C. Windows color (decimal): -8049172 or 15478149. OLE color: 15478149.

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

Color convert

RGB 133 45 236 -
CMYK 0.44 0.81 0 0.07
HSL 267.64º 0.83% 0.55% -
HSV(B) 267.64º 0.81% 0.93% -
XYZ 25.75 12.92 80.49 -
YUV 93.09 208.65 156.47 -
System Red Green Blue C M Y K H S L
Decimal 133 45 236 0.44 0.81 0 0.07 267.64 0.83 0.55
Hex 85 2D EC 2C 51 0 7 10C 53 37
Octal 205 55 354 54 121 0 7 414 123 67
Binary 10000101 101101 11101100 101100 1010001 0 111 100001100 1010011 110111

Color Harmonies of #852DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DEC

Black with #852DEC

Text Example


Text Example

White with #852DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,236); }

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

background-color css

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

 a { background-color: rgb(133,45,236); }

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

border-color css

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

 span { border-color: rgb(133,45,236); }

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