Html Css Color HEX #853FFB Blue Violet

📋 copy color: '#853FFB'

red 133 ◦ green 63 ◦ blue 251

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

Shades of Blue Violet #853FFB

Tints of Blue Violet #853FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 29.75%
G = 14.09%
B = 56.15%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#853FFB (or 0x853FFB) is known color: Blue Violet. HEX triplet: 85, 3F and FB. RGB value is (133,63,251). Sum of RGB (Red+Green+Blue) = 133+63+251=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #853FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FFB is #7AC004. Grayscale: #686868. Windows color (decimal): -8044549 or 16465797. OLE color: 16465797.

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

Color convert

RGB 133 63 251 -
CMYK 0.47 0.75 0 0.02
HSL 262.34º 0.96% 0.62% -
HSV(B) 262.34º 0.75% 0.98% -
XYZ 28.86 15.51 92.74 -
YUV 105.36 210.19 147.71 -
System Red Green Blue C M Y K H S L
Decimal 133 63 251 0.47 0.75 0 0.02 262.34 0.96 0.62
Hex 85 3F FB 2F 4B 0 2 106 60 3E
Octal 205 77 373 57 113 0 2 406 140 76
Binary 10000101 111111 11111011 101111 1001011 0 10 100000110 1100000 111110

Color Harmonies of #853FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FFB

Black with #853FFB

Text Example


Text Example

White with #853FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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