Html Css Color HEX #854FCD Amethyst

📋 copy color: '#854FCD'

red 133 ◦ green 79 ◦ blue 205

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

Shades of Amethyst #854FCD

Tints of Amethyst #854FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.94%

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

R = 31.89%
G = 18.94%
B = 49.16%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#854FCD (or 0x854FCD) is known color: Amethyst. HEX triplet: 85, 4F and CD. RGB value is (133,79,205). Sum of RGB (Red+Green+Blue) = 133+79+205=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #854FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FCD is #7AB032. Grayscale: #6D6D6D. Windows color (decimal): -8040499 or 13455237. OLE color: 13455237.

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

Color convert

RGB 133 79 205 -
CMYK 0.35 0.61 0 0.20
HSL 265.71º 0.56% 0.56% -
HSV(B) 265.71º 0.61% 0.8% -
XYZ 23.49 14.99 59.41 -
YUV 109.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 133 79 205 0.35 0.61 0 0.20 265.71 0.56 0.56
Hex 85 4F CD 23 3D 0 14 10A 38 38
Octal 205 117 315 43 75 0 24 412 70 70
Binary 10000101 1001111 11001101 100011 111101 0 10100 100001010 111000 111000

Color Harmonies of #854FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854FCD

Black with #854FCD

Text Example


Text Example

White with #854FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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