Html Css Color HEX #853EFC Blue Violet

📋 copy color: '#853EFC'

red 133 ◦ green 62 ◦ blue 252

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

Shades of Blue Violet #853EFC

Tints of Blue Violet #853EFC

RGB

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

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

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

R = 29.75%
G = 13.87%
B = 56.38%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#853EFC (or 0x853EFC) is known color: Blue Violet. HEX triplet: 85, 3E and FC. RGB value is (133,62,252). Sum of RGB (Red+Green+Blue) = 133+62+252=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #853EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EFC is #7AC103. Grayscale: #686868. Windows color (decimal): -8044804 or 16531077. OLE color: 16531077.

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

Color convert

RGB 133 62 252 -
CMYK 0.47 0.75 0 0.01
HSL 262.42º 0.97% 0.62% -
HSV(B) 262.42º 0.75% 0.99% -
XYZ 28.97 15.46 93.55 -
YUV 104.89 211.02 148.05 -
System Red Green Blue C M Y K H S L
Decimal 133 62 252 0.47 0.75 0 0.01 262.42 0.97 0.62
Hex 85 3E FC 2F 4B 0 1 106 61 3E
Octal 205 76 374 57 113 0 1 406 141 76
Binary 10000101 111110 11111100 101111 1001011 0 1 100000110 1100001 111110

Color Harmonies of #853EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EFC

Black with #853EFC

Text Example


Text Example

White with #853EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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