Html Css Color HEX #853EEC Blue Violet

📋 copy color: '#853EEC'

red 133 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #853EEC

Tints of Blue Violet #853EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

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

R = 30.86%
G = 14.39%
B = 54.76%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#853EEC (or 0x853EEC) is known color: Blue Violet. HEX triplet: 85, 3E and EC. RGB value is (133,62,236). Sum of RGB (Red+Green+Blue) = 133+62+236=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #853EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EEC is #7AC113. Grayscale: #666666. Windows color (decimal): -8044820 or 15482501. OLE color: 15482501.

HSL color Cylindrical-coordinate representation of color #853EEC: hue angle of 264.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853EEC is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 62 236 -
CMYK 0.44 0.74 0 0.07
HSL 264.48º 0.82% 0.58% -
HSV(B) 264.48º 0.74% 0.93% -
XYZ 26.54 14.49 80.75 -
YUV 103.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 133 62 236 0.44 0.74 0 0.07 264.48 0.82 0.58
Hex 85 3E EC 2C 4A 0 7 108 52 3A
Octal 205 76 354 54 112 0 7 410 122 72
Binary 10000101 111110 11101100 101100 1001010 0 111 100001000 1010010 111010

Color Harmonies of #853EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EEC

Black with #853EEC

Text Example


Text Example

White with #853EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853EEC; }

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

 H1.HeaderClassName
 {
   color: #853EEC;
 }
 .AnyTagClassName
 {
   color: #853EEC;
 }
</style>

background-color css

<style>
 a { background-color: #853EEC; }

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

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

border-color css

<style>
 span { border-color: #853EEC; }

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

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