Html Css Color HEX #853AFC Blue Violet

📋 copy color: '#853AFC'

red 133 ◦ green 58 ◦ blue 252

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

Shades of Blue Violet #853AFC

Tints of Blue Violet #853AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 30.02%
G = 13.09%
B = 56.88%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#853AFC (or 0x853AFC) is known color: Blue Violet. HEX triplet: 85, 3A and FC. RGB value is (133,58,252). Sum of RGB (Red+Green+Blue) = 133+58+252=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #853AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853AFC is #7AC503. Grayscale: #656565. Windows color (decimal): -8045828 or 16530053. OLE color: 16530053.

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

Color convert

RGB 133 58 252 -
CMYK 0.47 0.77 0 0.01
HSL 263.2º 0.97% 0.61% -
HSV(B) 263.2º 0.77% 0.99% -
XYZ 28.76 15.04 93.48 -
YUV 102.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 133 58 252 0.47 0.77 0 0.01 263.2 0.97 0.61
Hex 85 3A FC 2F 4D 0 1 107 61 3D
Octal 205 72 374 57 115 0 1 407 141 75
Binary 10000101 111010 11111100 101111 1001101 0 1 100000111 1100001 111101

Color Harmonies of #853AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AFC

Black with #853AFC

Text Example


Text Example

White with #853AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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