Html Css Color HEX #854CD6 Amethyst

📋 copy color: '#854CD6'

red 133 ◦ green 76 ◦ blue 214

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

Shades of Amethyst #854CD6

Tints of Amethyst #854CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 31.44%
G = 17.97%
B = 50.59%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#854CD6 (or 0x854CD6) is known color: Amethyst. HEX triplet: 85, 4C and D6. RGB value is (133,76,214). Sum of RGB (Red+Green+Blue) = 133+76+214=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #854CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CD6 is #7AB329. Grayscale: #6C6C6C. Windows color (decimal): -8041258 or 14044293. OLE color: 14044293.

HSL color Cylindrical-coordinate representation of color #854CD6: hue angle of 264.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854CD6 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 76 214 -
CMYK 0.38 0.64 0 0.16
HSL 264.78º 0.63% 0.57% -
HSV(B) 264.78º 0.64% 0.84% -
XYZ 24.39 15.01 65.23 -
YUV 108.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 133 76 214 0.38 0.64 0 0.16 264.78 0.63 0.57
Hex 85 4C D6 26 40 0 10 109 3F 39
Octal 205 114 326 46 100 0 20 411 77 71
Binary 10000101 1001100 11010110 100110 1000000 0 10000 100001001 111111 111001

Color Harmonies of #854CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CD6

Black with #854CD6

Text Example


Text Example

White with #854CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,76,214); }

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

background-color css

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

 a { background-color: rgb(133,76,214); }

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

border-color css

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

 span { border-color: rgb(133,76,214); }

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