Html Css Color HEX #854ECD Amethyst

📋 copy color: '#854ECD'

red 133 ◦ green 78 ◦ blue 205

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

Shades of Amethyst #854ECD

Tints of Amethyst #854ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 31.97%
G = 18.75%
B = 49.28%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#854ECD (or 0x854ECD) is known color: Amethyst. HEX triplet: 85, 4E and CD. RGB value is (133,78,205). Sum of RGB (Red+Green+Blue) = 133+78+205=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #854ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854ECD is #7AB132. Grayscale: #6C6C6C. Windows color (decimal): -8040755 or 13454981. OLE color: 13454981.

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

Color convert

RGB 133 78 205 -
CMYK 0.35 0.62 0 0.20
HSL 265.98º 0.56% 0.55% -
HSV(B) 265.98º 0.62% 0.8% -
XYZ 23.42 14.84 59.39 -
YUV 108.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 133 78 205 0.35 0.62 0 0.20 265.98 0.56 0.55
Hex 85 4E CD 23 3E 0 14 10A 38 37
Octal 205 116 315 43 76 0 24 412 70 67
Binary 10000101 1001110 11001101 100011 111110 0 10100 100001010 111000 110111

Color Harmonies of #854ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ECD

Black with #854ECD

Text Example


Text Example

White with #854ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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