Html Css Color HEX #853BFE Blue Violet

📋 copy color: '#853BFE'

red 133 ◦ green 59 ◦ blue 254

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

Shades of Blue Violet #853BFE

Tints of Blue Violet #853BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.23%

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

R = 29.82%
G = 13.23%
B = 56.95%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#853BFE (or 0x853BFE) is known color: Blue Violet. HEX triplet: 85, 3B and FE. RGB value is (133,59,254). Sum of RGB (Red+Green+Blue) = 133+59+254=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #853BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853BFE is #7AC401. Grayscale: #666666. Windows color (decimal): -8045570 or 16661381. OLE color: 16661381.

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

Color convert

RGB 133 59 254 -
CMYK 0.48 0.77 0 0.00
HSL 262.77º 0.99% 0.61% -
HSV(B) 262.77º 0.77% 1% -
XYZ 29.13 15.27 95.18 -
YUV 103.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 133 59 254 0.48 0.77 0 0.00 262.77 0.99 0.61
Hex 85 3B FE 30 4D 0 0 107 63 3D
Octal 205 73 376 60 115 0 0 407 143 75
Binary 10000101 111011 11111110 110000 1001101 0 0 100000111 1100011 111101

Color Harmonies of #853BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BFE

Black with #853BFE

Text Example


Text Example

White with #853BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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