Html Css Color HEX #954BDD Amethyst

📋 copy color: '#954BDD'

red 149 ◦ green 75 ◦ blue 221

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

Shades of Amethyst #954BDD

Tints of Amethyst #954BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

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

R = 33.48%
G = 16.85%
B = 49.66%

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

#954BDD (or 0x954BDD) is known color: Amethyst. HEX triplet: 95, 4B and DD. RGB value is (149,75,221). Sum of RGB (Red+Green+Blue) = 149+75+221=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #954BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BDD is #6AB422. Grayscale: #717171. Windows color (decimal): -6992931 or 14502805. OLE color: 14502805.

HSL color Cylindrical-coordinate representation of color #954BDD: hue angle of 270.41º 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 #954BDD is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 75 221 -
CMYK 0.33 0.66 0 0.13
HSL 270.41º 0.68% 0.58% -
HSV(B) 270.41º 0.66% 0.87% -
XYZ 27.96 16.64 70.15 -
YUV 113.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 149 75 221 0.33 0.66 0 0.13 270.41 0.68 0.58
Hex 95 4B DD 21 42 0 D 10E 44 3A
Octal 225 113 335 41 102 0 15 416 104 72
Binary 10010101 1001011 11011101 100001 1000010 0 1101 100001110 1000100 111010

Color Harmonies of #954BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BDD

Black with #954BDD

Text Example


Text Example

White with #954BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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