Html Css Color HEX #955ECD Amethyst

📋 copy color: '#955ECD'

red 149 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #955ECD

Tints of Amethyst #955ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 33.26%
G = 20.98%
B = 45.76%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#955ECD (or 0x955ECD) is known color: Amethyst. HEX triplet: 95, 5E and CD. RGB value is (149,94,205). Sum of RGB (Red+Green+Blue) = 149+94+205=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #955ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECD is #6AA132. Grayscale: #7A7A7A. Windows color (decimal): -6988083 or 13459093. OLE color: 13459093.

HSL color Cylindrical-coordinate representation of color #955ECD: hue angle of 269.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955ECD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 94 205 -
CMYK 0.27 0.54 0 0.20
HSL 269.73º 0.53% 0.59% -
HSV(B) 269.73º 0.54% 0.8% -
XYZ 27.42 18.8 59.94 -
YUV 123.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 149 94 205 0.27 0.54 0 0.20 269.73 0.53 0.59
Hex 95 5E CD 1B 36 0 14 10E 35 3B
Octal 225 136 315 33 66 0 24 416 65 73
Binary 10010101 1011110 11001101 11011 110110 0 10100 100001110 110101 111011

Color Harmonies of #955ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955ECD

Black with #955ECD

Text Example


Text Example

White with #955ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,205); }

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

background-color css

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

 a { background-color: rgb(149,94,205); }

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

border-color css

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

 span { border-color: rgb(149,94,205); }

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