Html Css Color HEX #9558DD Amethyst

📋 copy color: '#9558DD'

red 149 ◦ green 88 ◦ blue 221

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

Shades of Amethyst #9558DD

Tints of Amethyst #9558DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 32.53%
G = 19.21%
B = 48.25%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9558DD (or 0x9558DD) is known color: Amethyst. HEX triplet: 95, 58 and DD. RGB value is (149,88,221). Sum of RGB (Red+Green+Blue) = 149+88+221=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #9558DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558DD is #6AA722. Grayscale: #787878. Windows color (decimal): -6989603 or 14506133. OLE color: 14506133.

HSL color Cylindrical-coordinate representation of color #9558DD: hue angle of 267.52º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9558DD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 88 221 -
CMYK 0.33 0.60 0 0.13
HSL 267.52º 0.66% 0.61% -
HSV(B) 267.52º 0.6% 0.87% -
XYZ 28.94 18.59 70.47 -
YUV 121.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 149 88 221 0.33 0.60 0 0.13 267.52 0.66 0.61
Hex 95 58 DD 21 3C 0 D 10C 42 3D
Octal 225 130 335 41 74 0 15 414 102 75
Binary 10010101 1011000 11011101 100001 111100 0 1101 100001100 1000010 111101

Color Harmonies of #9558DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558DD

Black with #9558DD

Text Example


Text Example

White with #9558DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9558DD; }

 p { color: rgb(149,88,221); }

 H1.HeaderClassName
 {
   color: #9558DD;
 }
 .AnyTagClassName
 {
   color: #9558DD;
 }
</style>

background-color css

<style>
 a { background-color: #9558DD; }

 a { background-color: rgb(149,88,221); }

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

border-color css

<style>
 span { border-color: #9558DD; }

 span { border-color: rgb(149,88,221); }

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