Html Css Color HEX #853AFE Blue Violet

📋 copy color: '#853AFE'

red 133 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #853AFE

Tints of Blue Violet #853AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.03%

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

R = 29.89%
G = 13.03%
B = 57.08%

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

#853AFE (or 0x853AFE) is known color: Blue Violet. HEX triplet: 85, 3A and FE. RGB value is (133,58,254). Sum of RGB (Red+Green+Blue) = 133+58+254=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #853AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853AFE is #7AC501. Grayscale: #666666. Windows color (decimal): -8045826 or 16661125. OLE color: 16661125.

HSL color Cylindrical-coordinate representation of color #853AFE: hue angle of 262.96º 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 #853AFE is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 58 254 -
CMYK 0.48 0.77 0 0.00
HSL 262.96º 0.99% 0.61% -
HSV(B) 262.96º 0.77% 1% -
XYZ 29.08 15.17 95.16 -
YUV 102.77 213.35 149.56 -
System Red Green Blue C M Y K H S L
Decimal 133 58 254 0.48 0.77 0 0.00 262.96 0.99 0.61
Hex 85 3A FE 30 4D 0 0 107 63 3D
Octal 205 72 376 60 115 0 0 407 143 75
Binary 10000101 111010 11111110 110000 1001101 0 0 100000111 1100011 111101

Color Harmonies of #853AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AFE

Black with #853AFE

Text Example


Text Example

White with #853AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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