Html Css Color HEX #854DDC Blue Violet

📋 copy color: '#854DDC'

red 133 ◦ green 77 ◦ blue 220

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

Shades of Blue Violet #854DDC

Tints of Blue Violet #854DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 30.93%
G = 17.91%
B = 51.16%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#854DDC (or 0x854DDC) is known color: Blue Violet. HEX triplet: 85, 4D and DC. RGB value is (133,77,220). Sum of RGB (Red+Green+Blue) = 133+77+220=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #854DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DDC is #7AB223. Grayscale: #6D6D6D. Windows color (decimal): -8040996 or 14437765. OLE color: 14437765.

HSL color Cylindrical-coordinate representation of color #854DDC: hue angle of 263.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854DDC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 77 220 -
CMYK 0.40 0.65 0 0.14
HSL 263.5º 0.67% 0.58% -
HSV(B) 263.5º 0.65% 0.86% -
XYZ 25.25 15.46 69.36 -
YUV 110.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 133 77 220 0.40 0.65 0 0.14 263.5 0.67 0.58
Hex 85 4D DC 28 41 0 E 107 43 3A
Octal 205 115 334 50 101 0 16 407 103 72
Binary 10000101 1001101 11011100 101000 1000001 0 1110 100000111 1000011 111010

Color Harmonies of #854DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DDC

Black with #854DDC

Text Example


Text Example

White with #854DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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