Html Css Color HEX #955FC9 Amethyst

📋 copy color: '#955FC9'

red 149 ◦ green 95 ◦ blue 201

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

Shades of Amethyst #955FC9

Tints of Amethyst #955FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 33.48%
G = 21.35%
B = 45.17%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#955FC9 (or 0x955FC9) is known color: Amethyst. HEX triplet: 95, 5F and C9. RGB value is (149,95,201). Sum of RGB (Red+Green+Blue) = 149+95+201=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #955FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC9 is #6AA036. Grayscale: #7A7A7A. Windows color (decimal): -6987831 or 13197205. OLE color: 13197205.

HSL color Cylindrical-coordinate representation of color #955FC9: hue angle of 270.57º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955FC9 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 95 201 -
CMYK 0.26 0.53 0 0.21
HSL 270.57º 0.5% 0.58% -
HSV(B) 270.57º 0.53% 0.79% -
XYZ 27.03 18.79 57.46 -
YUV 123.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 149 95 201 0.26 0.53 0 0.21 270.57 0.5 0.58
Hex 95 5F C9 1A 35 0 15 10F 32 3A
Octal 225 137 311 32 65 0 25 417 62 72
Binary 10010101 1011111 11001001 11010 110101 0 10101 100001111 110010 111010

Color Harmonies of #955FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FC9

Black with #955FC9

Text Example


Text Example

White with #955FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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