Html Css Color HEX #853EFF Blue Violet

📋 copy color: '#853EFF'

red 133 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #853EFF

Tints of Blue Violet #853EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 29.56%
G = 13.78%
B = 56.67%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#853EFF (or 0x853EFF) is known color: Blue Violet. HEX triplet: 85, 3E and FF. RGB value is (133,62,255). Sum of RGB (Red+Green+Blue) = 133+62+255=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #853EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EFF is #7AC100. Grayscale: #686868. Windows color (decimal): -8044801 or 16727685. OLE color: 16727685.

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

Color convert

RGB 133 62 255 -
CMYK 0.48 0.76 0 0
HSL 262.07º 1% 0.62% -
HSV(B) 262.07º 0.76% 1% -
XYZ 29.45 15.65 96.08 -
YUV 105.23 212.52 147.81 -
System Red Green Blue C M Y K H S L
Decimal 133 62 255 0.48 0.76 0 0 262.07 1 0.62
Hex 85 3E FF 30 4C 0 0 106 64 3E
Octal 205 76 377 60 114 0 0 406 144 76
Binary 10000101 111110 11111111 110000 1001100 0 0 100000110 1100100 111110

Color Harmonies of #853EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EFF

Black with #853EFF

Text Example


Text Example

White with #853EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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