Html Css Color HEX #853EFE Blue Violet

📋 copy color: '#853EFE'

red 133 ◦ green 62 ◦ blue 254

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

Shades of Blue Violet #853EFE

Tints of Blue Violet #853EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 29.62%
G = 13.81%
B = 56.57%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#853EFE (or 0x853EFE) is known color: Blue Violet. HEX triplet: 85, 3E and FE. RGB value is (133,62,254). Sum of RGB (Red+Green+Blue) = 133+62+254=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #853EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EFE is #7AC101. Grayscale: #686868. Windows color (decimal): -8044802 or 16662149. OLE color: 16662149.

HSL color Cylindrical-coordinate representation of color #853EFE: hue angle of 262.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853EFE is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 62 254 -
CMYK 0.48 0.76 0 0.00
HSL 262.19º 0.99% 0.62% -
HSV(B) 262.19º 0.76% 1% -
XYZ 29.28 15.59 95.23 -
YUV 105.12 212.02 147.89 -
System Red Green Blue C M Y K H S L
Decimal 133 62 254 0.48 0.76 0 0.00 262.19 0.99 0.62
Hex 85 3E FE 30 4C 0 0 106 63 3E
Octal 205 76 376 60 114 0 0 406 143 76
Binary 10000101 111110 11111110 110000 1001100 0 0 100000110 1100011 111110

Color Harmonies of #853EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EFE

Black with #853EFE

Text Example


Text Example

White with #853EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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