Html Css Color HEX #853DF9 Blue Violet

📋 copy color: '#853DF9'

red 133 ◦ green 61 ◦ blue 249

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

Shades of Blue Violet #853DF9

Tints of Blue Violet #853DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.77%

 BLUE value IS 249 (97.66% from 255) = 56.21%

R = 30.02%
G = 13.77%
B = 56.21%

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

#853DF9 (or 0x853DF9) is known color: Blue Violet. HEX triplet: 85, 3D and F9. RGB value is (133,61,249). Sum of RGB (Red+Green+Blue) = 133+61+249=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #853DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DF9 is #7AC206. Grayscale: #676767. Windows color (decimal): -8045063 or 16334213. OLE color: 16334213.

HSL color Cylindrical-coordinate representation of color #853DF9: hue angle of 262.98º degrees, saturation: 0.94, 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 #853DF9 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 61 249 -
CMYK 0.47 0.76 0 0.02
HSL 262.98º 0.94% 0.61% -
HSV(B) 262.98º 0.76% 0.98% -
XYZ 28.44 15.16 91.05 -
YUV 103.96 209.85 148.71 -
System Red Green Blue C M Y K H S L
Decimal 133 61 249 0.47 0.76 0 0.02 262.98 0.94 0.61
Hex 85 3D F9 2F 4C 0 2 107 5E 3D
Octal 205 75 371 57 114 0 2 407 136 75
Binary 10000101 111101 11111001 101111 1001100 0 10 100000111 1011110 111101

Color Harmonies of #853DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DF9

Black with #853DF9

Text Example


Text Example

White with #853DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,249); }

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

background-color css

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

 a { background-color: rgb(133,61,249); }

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

border-color css

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

 span { border-color: rgb(133,61,249); }

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