Html Css Color HEX #854ECE Amethyst

📋 copy color: '#854ECE'

red 133 ◦ green 78 ◦ blue 206

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

Shades of Amethyst #854ECE

Tints of Amethyst #854ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 31.89%
G = 18.71%
B = 49.4%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#854ECE (or 0x854ECE) is known color: Amethyst. HEX triplet: 85, 4E and CE. RGB value is (133,78,206). Sum of RGB (Red+Green+Blue) = 133+78+206=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #854ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854ECE is #7AB131. Grayscale: #6C6C6C. Windows color (decimal): -8040754 or 13520517. OLE color: 13520517.

HSL color Cylindrical-coordinate representation of color #854ECE: hue angle of 265.78º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #854ECE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 78 206 -
CMYK 0.35 0.62 0 0.19
HSL 265.78º 0.57% 0.56% -
HSV(B) 265.78º 0.62% 0.81% -
XYZ 23.54 14.89 60.03 -
YUV 109.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 133 78 206 0.35 0.62 0 0.19 265.78 0.57 0.56
Hex 85 4E CE 23 3E 0 13 10A 39 38
Octal 205 116 316 43 76 0 23 412 71 70
Binary 10000101 1001110 11001110 100011 111110 0 10011 100001010 111001 111000

Color Harmonies of #854ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ECE

Black with #854ECE

Text Example


Text Example

White with #854ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,78,206); }

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

background-color css

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

 a { background-color: rgb(133,78,206); }

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

border-color css

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

 span { border-color: rgb(133,78,206); }

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