Html Css Color HEX #9558DE Amethyst

📋 copy color: '#9558DE'

red 149 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #9558DE

Tints of Amethyst #9558DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 32.46%
G = 19.17%
B = 48.37%

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

#9558DE (or 0x9558DE) is known color: Amethyst. HEX triplet: 95, 58 and DE. RGB value is (149,88,222). Sum of RGB (Red+Green+Blue) = 149+88+222=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #9558DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558DE is #6AA721. Grayscale: #797979. Windows color (decimal): -6989602 or 14571669. OLE color: 14571669.

HSL color Cylindrical-coordinate representation of color #9558DE: hue angle of 267.31º degrees, saturation: 0.67, 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 #9558DE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 88 222 -
CMYK 0.33 0.60 0 0.13
HSL 267.31º 0.67% 0.61% -
HSV(B) 267.31º 0.6% 0.87% -
XYZ 29.07 18.64 71.17 -
YUV 121.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 149 88 222 0.33 0.60 0 0.13 267.31 0.67 0.61
Hex 95 58 DE 21 3C 0 D 10B 43 3D
Octal 225 130 336 41 74 0 15 413 103 75
Binary 10010101 1011000 11011110 100001 111100 0 1101 100001011 1000011 111101

Color Harmonies of #9558DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558DE

Black with #9558DE

Text Example


Text Example

White with #9558DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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