Html Css Color HEX #955FCF Amethyst

📋 copy color: '#955FCF'

red 149 ◦ green 95 ◦ blue 207

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

Shades of Amethyst #955FCF

Tints of Amethyst #955FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 33.04%
G = 21.06%
B = 45.9%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#955FCF (or 0x955FCF) is known color: Amethyst. HEX triplet: 95, 5F and CF. RGB value is (149,95,207). Sum of RGB (Red+Green+Blue) = 149+95+207=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #955FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCF is #6AA030. Grayscale: #7B7B7B. Windows color (decimal): -6987825 or 13590421. OLE color: 13590421.

HSL color Cylindrical-coordinate representation of color #955FCF: hue angle of 268.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955FCF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 95 207 -
CMYK 0.28 0.54 0 0.19
HSL 268.93º 0.54% 0.59% -
HSV(B) 268.93º 0.54% 0.81% -
XYZ 27.75 19.08 61.25 -
YUV 123.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 149 95 207 0.28 0.54 0 0.19 268.93 0.54 0.59
Hex 95 5F CF 1C 36 0 13 10D 36 3B
Octal 225 137 317 34 66 0 23 415 66 73
Binary 10010101 1011111 11001111 11100 110110 0 10011 100001101 110110 111011

Color Harmonies of #955FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FCF

Black with #955FCF

Text Example


Text Example

White with #955FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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