Html Css Color HEX #853FFF Blue Violet

📋 copy color: '#853FFF'

red 133 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #853FFF

Tints of Blue Violet #853FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 29.49%
G = 13.97%
B = 56.54%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#853FFF (or 0x853FFF) is known color: Blue Violet. HEX triplet: 85, 3F and FF. RGB value is (133,63,255). Sum of RGB (Red+Green+Blue) = 133+63+255=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #853FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FFF is #7AC000. Grayscale: #696969. Windows color (decimal): -8044545 or 16727941. OLE color: 16727941.

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

Color convert

RGB 133 63 255 -
CMYK 0.48 0.75 0 0
HSL 261.88º 1% 0.62% -
HSV(B) 261.88º 0.75% 1% -
XYZ 29.5 15.76 96.1 -
YUV 105.82 212.19 147.39 -
System Red Green Blue C M Y K H S L
Decimal 133 63 255 0.48 0.75 0 0 261.88 1 0.62
Hex 85 3F FF 30 4B 0 0 106 64 3E
Octal 205 77 377 60 113 0 0 406 144 76
Binary 10000101 111111 11111111 110000 1001011 0 0 100000110 1100100 111110

Color Harmonies of #853FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FFF

Black with #853FFF

Text Example


Text Example

White with #853FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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