Html Css Color HEX #955ECA Amethyst

📋 copy color: '#955ECA'

red 149 ◦ green 94 ◦ blue 202

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

Shades of Amethyst #955ECA

Tints of Amethyst #955ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 33.48%
G = 21.12%
B = 45.39%

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

#955ECA (or 0x955ECA) is known color: Amethyst. HEX triplet: 95, 5E and CA. RGB value is (149,94,202). Sum of RGB (Red+Green+Blue) = 149+94+202=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #955ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECA is #6AA135. Grayscale: #7A7A7A. Windows color (decimal): -6988086 or 13262485. OLE color: 13262485.

HSL color Cylindrical-coordinate representation of color #955ECA: hue angle of 270.56º 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 #955ECA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 94 202 -
CMYK 0.26 0.53 0 0.21
HSL 270.56º 0.5% 0.58% -
HSV(B) 270.56º 0.53% 0.79% -
XYZ 27.06 18.66 58.05 -
YUV 122.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 149 94 202 0.26 0.53 0 0.21 270.56 0.5 0.58
Hex 95 5E CA 1A 35 0 15 10F 32 3A
Octal 225 136 312 32 65 0 25 417 62 72
Binary 10010101 1011110 11001010 11010 110101 0 10101 100001111 110010 111010

Color Harmonies of #955ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955ECA

Black with #955ECA

Text Example


Text Example

White with #955ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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