Html Css Color HEX #853CFB Blue Violet

📋 copy color: '#853CFB'

red 133 ◦ green 60 ◦ blue 251

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

Shades of Blue Violet #853CFB

Tints of Blue Violet #853CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.51%

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

R = 29.95%
G = 13.51%
B = 56.53%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#853CFB (or 0x853CFB) is known color: Blue Violet. HEX triplet: 85, 3C and FB. RGB value is (133,60,251). Sum of RGB (Red+Green+Blue) = 133+60+251=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #853CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CFB is #7AC304. Grayscale: #666666. Windows color (decimal): -8045317 or 16465029. OLE color: 16465029.

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

Color convert

RGB 133 60 251 -
CMYK 0.47 0.76 0 0.02
HSL 262.93º 0.96% 0.61% -
HSV(B) 262.93º 0.76% 0.98% -
XYZ 28.7 15.18 92.68 -
YUV 103.6 211.18 148.97 -
System Red Green Blue C M Y K H S L
Decimal 133 60 251 0.47 0.76 0 0.02 262.93 0.96 0.61
Hex 85 3C FB 2F 4C 0 2 107 60 3D
Octal 205 74 373 57 114 0 2 407 140 75
Binary 10000101 111100 11111011 101111 1001100 0 10 100000111 1100000 111101

Color Harmonies of #853CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CFB

Black with #853CFB

Text Example


Text Example

White with #853CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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