Html Css Color HEX #854DDB Amethyst

📋 copy color: '#854DDB'

red 133 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #854DDB

Tints of Amethyst #854DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 31%
G = 17.95%
B = 51.05%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#854DDB (or 0x854DDB) is known color: Amethyst. HEX triplet: 85, 4D and DB. RGB value is (133,77,219). Sum of RGB (Red+Green+Blue) = 133+77+219=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #854DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DDB is #7AB224. Grayscale: #6D6D6D. Windows color (decimal): -8040997 or 14372229. OLE color: 14372229.

HSL color Cylindrical-coordinate representation of color #854DDB: hue angle of 263.66º degrees, saturation: 0.66, 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 #854DDB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 77 219 -
CMYK 0.39 0.65 0 0.14
HSL 263.66º 0.66% 0.58% -
HSV(B) 263.66º 0.65% 0.86% -
XYZ 25.11 15.41 68.67 -
YUV 109.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 133 77 219 0.39 0.65 0 0.14 263.66 0.66 0.58
Hex 85 4D DB 27 41 0 E 108 42 3A
Octal 205 115 333 47 101 0 16 410 102 72
Binary 10000101 1001101 11011011 100111 1000001 0 1110 100001000 1000010 111010

Color Harmonies of #854DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DDB

Black with #854DDB

Text Example


Text Example

White with #854DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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