Html Css Color HEX #853DF0 Blue Violet

📋 copy color: '#853DF0'

red 133 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #853DF0

Tints of Blue Violet #853DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.3%

R = 30.65%
G = 14.06%
B = 55.3%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#853DF0 (or 0x853DF0) is known color: Blue Violet. HEX triplet: 85, 3D and F0. RGB value is (133,61,240). Sum of RGB (Red+Green+Blue) = 133+61+240=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #853DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DF0 is #7AC20F. Grayscale: #666666. Windows color (decimal): -8045072 or 15744389. OLE color: 15744389.

HSL color Cylindrical-coordinate representation of color #853DF0: hue angle of 264.13º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853DF0 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 61 240 -
CMYK 0.45 0.75 0 0.06
HSL 264.13º 0.86% 0.59% -
HSV(B) 264.13º 0.75% 0.94% -
XYZ 27.07 14.62 83.83 -
YUV 102.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 133 61 240 0.45 0.75 0 0.06 264.13 0.86 0.59
Hex 85 3D F0 2D 4B 0 6 108 56 3B
Octal 205 75 360 55 113 0 6 410 126 73
Binary 10000101 111101 11110000 101101 1001011 0 110 100001000 1010110 111011

Color Harmonies of #853DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DF0

Black with #853DF0

Text Example


Text Example

White with #853DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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