Html Css Color HEX #854ACF Amethyst

📋 copy color: '#854ACF'

red 133 ◦ green 74 ◦ blue 207

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

Shades of Amethyst #854ACF

Tints of Amethyst #854ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 32.13%
G = 17.87%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#854ACF (or 0x854ACF) is known color: Amethyst. HEX triplet: 85, 4A and CF. RGB value is (133,74,207). Sum of RGB (Red+Green+Blue) = 133+74+207=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #854ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ACF is #7AB530. Grayscale: #6A6A6A. Windows color (decimal): -8041777 or 13585029. OLE color: 13585029.

HSL color Cylindrical-coordinate representation of color #854ACF: hue angle of 266.62º degrees, saturation: 0.58, 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 #854ACF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 74 207 -
CMYK 0.36 0.64 0 0.19
HSL 266.62º 0.58% 0.55% -
HSV(B) 266.62º 0.64% 0.81% -
XYZ 23.38 14.39 60.58 -
YUV 106.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 133 74 207 0.36 0.64 0 0.19 266.62 0.58 0.55
Hex 85 4A CF 24 40 0 13 10B 3A 37
Octal 205 112 317 44 100 0 23 413 72 67
Binary 10000101 1001010 11001111 100100 1000000 0 10011 100001011 111010 110111

Color Harmonies of #854ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ACF

Black with #854ACF

Text Example


Text Example

White with #854ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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