Html Css Color HEX #955FD5 Amethyst

📋 copy color: '#955FD5'

red 149 ◦ green 95 ◦ blue 213

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

Shades of Amethyst #955FD5

Tints of Amethyst #955FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 32.6%
G = 20.79%
B = 46.61%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#955FD5 (or 0x955FD5) is known color: Amethyst. HEX triplet: 95, 5F and D5. RGB value is (149,95,213). Sum of RGB (Red+Green+Blue) = 149+95+213=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #955FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FD5 is #6AA02A. Grayscale: #7C7C7C. Windows color (decimal): -6987819 or 13983637. OLE color: 13983637.

HSL color Cylindrical-coordinate representation of color #955FD5: hue angle of 267.46º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955FD5 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 95 213 -
CMYK 0.30 0.55 0 0.16
HSL 267.46º 0.58% 0.6% -
HSV(B) 267.46º 0.55% 0.84% -
XYZ 28.5 19.38 65.19 -
YUV 124.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 149 95 213 0.30 0.55 0 0.16 267.46 0.58 0.6
Hex 95 5F D5 1E 37 0 10 10B 3A 3C
Octal 225 137 325 36 67 0 20 413 72 74
Binary 10010101 1011111 11010101 11110 110111 0 10000 100001011 111010 111100

Color Harmonies of #955FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FD5

Black with #955FD5

Text Example


Text Example

White with #955FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955FD5; }

 p { color: rgb(149,95,213); }

 H1.HeaderClassName
 {
   color: #955FD5;
 }
 .AnyTagClassName
 {
   color: #955FD5;
 }
</style>

background-color css

<style>
 a { background-color: #955FD5; }

 a { background-color: rgb(149,95,213); }

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

border-color css

<style>
 span { border-color: #955FD5; }

 span { border-color: rgb(149,95,213); }

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