Html Css Color HEX #853DF7 Blue Violet

📋 copy color: '#853DF7'

red 133 ◦ green 61 ◦ blue 247

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

Shades of Blue Violet #853DF7

Tints of Blue Violet #853DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.01%

R = 30.16%
G = 13.83%
B = 56.01%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#853DF7 (or 0x853DF7) is known color: Blue Violet. HEX triplet: 85, 3D and F7. RGB value is (133,61,247). Sum of RGB (Red+Green+Blue) = 133+61+247=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #853DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DF7 is #7AC208. Grayscale: #676767. Windows color (decimal): -8045065 or 16203141. OLE color: 16203141.

HSL color Cylindrical-coordinate representation of color #853DF7: hue angle of 263.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853DF7 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 61 247 -
CMYK 0.46 0.75 0 0.03
HSL 263.23º 0.92% 0.6% -
HSV(B) 263.23º 0.75% 0.97% -
XYZ 28.13 15.04 89.42 -
YUV 103.73 208.85 148.88 -
System Red Green Blue C M Y K H S L
Decimal 133 61 247 0.46 0.75 0 0.03 263.23 0.92 0.6
Hex 85 3D F7 2E 4B 0 3 107 5C 3C
Octal 205 75 367 56 113 0 3 407 134 74
Binary 10000101 111101 11110111 101110 1001011 0 11 100000111 1011100 111100

Color Harmonies of #853DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DF7

Black with #853DF7

Text Example


Text Example

White with #853DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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