Html Css Color HEX #955FCE Amethyst

📋 copy color: '#955FCE'

red 149 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #955FCE

Tints of Amethyst #955FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 33.11%
G = 21.11%
B = 45.78%

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

#955FCE (or 0x955FCE) is known color: Amethyst. HEX triplet: 95, 5F and CE. RGB value is (149,95,206). Sum of RGB (Red+Green+Blue) = 149+95+206=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #955FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCE is #6AA031. Grayscale: #7B7B7B. Windows color (decimal): -6987826 or 13524885. OLE color: 13524885.

HSL color Cylindrical-coordinate representation of color #955FCE: hue angle of 269.19º degrees, saturation: 0.53, 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 #955FCE is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 95 206 -
CMYK 0.28 0.54 0 0.19
HSL 269.19º 0.53% 0.59% -
HSV(B) 269.19º 0.54% 0.81% -
XYZ 27.63 19.03 60.61 -
YUV 123.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 149 95 206 0.28 0.54 0 0.19 269.19 0.53 0.59
Hex 95 5F CE 1C 36 0 13 10D 35 3B
Octal 225 137 316 34 66 0 23 415 65 73
Binary 10010101 1011111 11001110 11100 110110 0 10011 100001101 110101 111011

Color Harmonies of #955FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FCE

Black with #955FCE

Text Example


Text Example

White with #955FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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