Html Css Color HEX #954CDD Amethyst

📋 copy color: '#954CDD'

red 149 ◦ green 76 ◦ blue 221

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

Shades of Amethyst #954CDD

Tints of Amethyst #954CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 33.41%
G = 17.04%
B = 49.55%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#954CDD (or 0x954CDD) is known color: Amethyst. HEX triplet: 95, 4C and DD. RGB value is (149,76,221). Sum of RGB (Red+Green+Blue) = 149+76+221=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #954CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CDD is #6AB322. Grayscale: #717171. Windows color (decimal): -6992675 or 14503061. OLE color: 14503061.

HSL color Cylindrical-coordinate representation of color #954CDD: hue angle of 270.21º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954CDD is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 76 221 -
CMYK 0.33 0.66 0 0.13
HSL 270.21º 0.68% 0.58% -
HSV(B) 270.21º 0.66% 0.87% -
XYZ 28.03 16.78 70.17 -
YUV 114.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 149 76 221 0.33 0.66 0 0.13 270.21 0.68 0.58
Hex 95 4C DD 21 42 0 D 10E 44 3A
Octal 225 114 335 41 102 0 15 416 104 72
Binary 10010101 1001100 11011101 100001 1000010 0 1101 100001110 1000100 111010

Color Harmonies of #954CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CDD

Black with #954CDD

Text Example


Text Example

White with #954CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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