Html Css Color HEX #954CDA Amethyst

📋 copy color: '#954CDA'

red 149 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #954CDA

Tints of Amethyst #954CDA

RGB

 RED value IS 149 (58.59% from 255) = 33.63%

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 33.63%
G = 17.16%
B = 49.21%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#954CDA (or 0x954CDA) is known color: Amethyst. HEX triplet: 95, 4C and DA. RGB value is (149,76,218). Sum of RGB (Red+Green+Blue) = 149+76+218=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #954CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CDA is #6AB325. Grayscale: #717171. Windows color (decimal): -6992678 or 14306453. OLE color: 14306453.

HSL color Cylindrical-coordinate representation of color #954CDA: hue angle of 270.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954CDA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 76 218 -
CMYK 0.32 0.65 0 0.15
HSL 270.85º 0.66% 0.58% -
HSV(B) 270.85º 0.65% 0.85% -
XYZ 27.63 16.62 68.08 -
YUV 114.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 149 76 218 0.32 0.65 0 0.15 270.85 0.66 0.58
Hex 95 4C DA 20 41 0 F 10F 42 3A
Octal 225 114 332 40 101 0 17 417 102 72
Binary 10010101 1001100 11011010 100000 1000001 0 1111 100001111 1000010 111010

Color Harmonies of #954CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CDA

Black with #954CDA

Text Example


Text Example

White with #954CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954CDA; }

 p { color: rgb(149,76,218); }

 H1.HeaderClassName
 {
   color: #954CDA;
 }
 .AnyTagClassName
 {
   color: #954CDA;
 }
</style>

background-color css

<style>
 a { background-color: #954CDA; }

 a { background-color: rgb(149,76,218); }

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

border-color css

<style>
 span { border-color: #954CDA; }

 span { border-color: rgb(149,76,218); }

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