Html Css Color HEX #954FDA Amethyst

📋 copy color: '#954FDA'

red 149 ◦ green 79 ◦ blue 218

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

Shades of Amethyst #954FDA

Tints of Amethyst #954FDA

RGB

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

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

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

R = 33.41%
G = 17.71%
B = 48.88%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#954FDA (or 0x954FDA) is known color: Amethyst. HEX triplet: 95, 4F and DA. RGB value is (149,79,218). Sum of RGB (Red+Green+Blue) = 149+79+218=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #954FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FDA is #6AB025. Grayscale: #737373. Windows color (decimal): -6991910 or 14307221. OLE color: 14307221.

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

Color convert

RGB 149 79 218 -
CMYK 0.32 0.64 0 0.15
HSL 270.22º 0.65% 0.58% -
HSV(B) 270.22º 0.64% 0.85% -
XYZ 27.85 17.04 68.15 -
YUV 115.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 149 79 218 0.32 0.64 0 0.15 270.22 0.65 0.58
Hex 95 4F DA 20 40 0 F 10E 41 3A
Octal 225 117 332 40 100 0 17 416 101 72
Binary 10010101 1001111 11011010 100000 1000000 0 1111 100001110 1000001 111010

Color Harmonies of #954FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FDA

Black with #954FDA

Text Example


Text Example

White with #954FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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