Html Css Color HEX #854DDF Blue Violet

📋 copy color: '#854DDF'

red 133 ◦ green 77 ◦ blue 223

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

Shades of Blue Violet #854DDF

Tints of Blue Violet #854DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 30.72%
G = 17.78%
B = 51.5%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#854DDF (or 0x854DDF) is known color: Blue Violet. HEX triplet: 85, 4D and DF. RGB value is (133,77,223). Sum of RGB (Red+Green+Blue) = 133+77+223=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #854DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DDF is #7AB220. Grayscale: #6D6D6D. Windows color (decimal): -8040993 or 14634373. OLE color: 14634373.

HSL color Cylindrical-coordinate representation of color #854DDF: hue angle of 263.01º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854DDF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 77 223 -
CMYK 0.40 0.65 0 0.13
HSL 263.01º 0.7% 0.59% -
HSV(B) 263.01º 0.65% 0.87% -
XYZ 25.65 15.62 71.48 -
YUV 110.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 133 77 223 0.40 0.65 0 0.13 263.01 0.7 0.59
Hex 85 4D DF 28 41 0 D 107 46 3B
Octal 205 115 337 50 101 0 15 407 106 73
Binary 10000101 1001101 11011111 101000 1000001 0 1101 100000111 1000110 111011

Color Harmonies of #854DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DDF

Black with #854DDF

Text Example


Text Example

White with #854DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854DDF; }

 p { color: rgb(133,77,223); }

 H1.HeaderClassName
 {
   color: #854DDF;
 }
 .AnyTagClassName
 {
   color: #854DDF;
 }
</style>

background-color css

<style>
 a { background-color: #854DDF; }

 a { background-color: rgb(133,77,223); }

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

border-color css

<style>
 span { border-color: #854DDF; }

 span { border-color: rgb(133,77,223); }

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