Html Css Color HEX #955FC1 Amethyst

📋 copy color: '#955FC1'

red 149 ◦ green 95 ◦ blue 193

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

Shades of Amethyst #955FC1

Tints of Amethyst #955FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 34.1%
G = 21.74%
B = 44.16%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#955FC1 (or 0x955FC1) is known color: Amethyst. HEX triplet: 95, 5F and C1. RGB value is (149,95,193). Sum of RGB (Red+Green+Blue) = 149+95+193=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #955FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC1 is #6AA03E. Grayscale: #797979. Windows color (decimal): -6987839 or 12672917. OLE color: 12672917.

HSL color Cylindrical-coordinate representation of color #955FC1: hue angle of 273.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955FC1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 95 193 -
CMYK 0.23 0.51 0 0.24
HSL 273.06º 0.44% 0.56% -
HSV(B) 273.06º 0.51% 0.76% -
XYZ 26.11 18.42 52.63 -
YUV 122.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 149 95 193 0.23 0.51 0 0.24 273.06 0.44 0.56
Hex 95 5F C1 17 33 0 18 111 2C 38
Octal 225 137 301 27 63 0 30 421 54 70
Binary 10010101 1011111 11000001 10111 110011 0 11000 100010001 101100 111000

Color Harmonies of #955FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FC1

Black with #955FC1

Text Example


Text Example

White with #955FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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