Html Css Color HEX #854ACE Amethyst

📋 copy color: '#854ACE'

red 133 ◦ green 74 ◦ blue 206

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

Shades of Amethyst #854ACE

Tints of Amethyst #854ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.92%

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

R = 32.2%
G = 17.92%
B = 49.88%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#854ACE (or 0x854ACE) is known color: Amethyst. HEX triplet: 85, 4A and CE. RGB value is (133,74,206). Sum of RGB (Red+Green+Blue) = 133+74+206=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #854ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ACE is #7AB531. Grayscale: #6A6A6A. Windows color (decimal): -8041778 or 13519493. OLE color: 13519493.

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

Color convert

RGB 133 74 206 -
CMYK 0.35 0.64 0 0.19
HSL 266.82º 0.57% 0.55% -
HSV(B) 266.82º 0.64% 0.81% -
XYZ 23.26 14.34 59.93 -
YUV 106.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 133 74 206 0.35 0.64 0 0.19 266.82 0.57 0.55
Hex 85 4A CE 23 40 0 13 10B 39 37
Octal 205 112 316 43 100 0 23 413 71 67
Binary 10000101 1001010 11001110 100011 1000000 0 10011 100001011 111001 110111

Color Harmonies of #854ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ACE

Black with #854ACE

Text Example


Text Example

White with #854ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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