Html Css Color HEX #853FF9 Blue Violet

📋 copy color: '#853FF9'

red 133 ◦ green 63 ◦ blue 249

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

Shades of Blue Violet #853FF9

Tints of Blue Violet #853FF9

RGB

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

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

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

R = 29.89%
G = 14.16%
B = 55.96%

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

#853FF9 (or 0x853FF9) is known color: Blue Violet. HEX triplet: 85, 3F and F9. RGB value is (133,63,249). Sum of RGB (Red+Green+Blue) = 133+63+249=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #853FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FF9 is #7AC006. Grayscale: #686868. Windows color (decimal): -8044551 or 16334725. OLE color: 16334725.

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

Color convert

RGB 133 63 249 -
CMYK 0.47 0.75 0 0.02
HSL 262.58º 0.94% 0.61% -
HSV(B) 262.58º 0.75% 0.98% -
XYZ 28.55 15.38 91.09 -
YUV 105.13 209.19 147.88 -
System Red Green Blue C M Y K H S L
Decimal 133 63 249 0.47 0.75 0 0.02 262.58 0.94 0.61
Hex 85 3F F9 2F 4B 0 2 107 5E 3D
Octal 205 77 371 57 113 0 2 407 136 75
Binary 10000101 111111 11111001 101111 1001011 0 10 100000111 1011110 111101

Color Harmonies of #853FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FF9

Black with #853FF9

Text Example


Text Example

White with #853FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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