Html Css Color HEX #9955D8 Amethyst

📋 copy color: '#9955D8'

red 153 ◦ green 85 ◦ blue 216

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

Shades of Amethyst #9955D8

Tints of Amethyst #9955D8

RGB

 RED value IS 153 (60.16% from 255) = 33.7%

 GREEN value IS 85 (33.59% from 255) = 18.72%

 BLUE value IS 216 (84.77% from 255) = 47.58%

R = 33.7%
G = 18.72%
B = 47.58%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9955D8 (or 0x9955D8) is known color: Amethyst. HEX triplet: 99, 55 and D8. RGB value is (153,85,216). Sum of RGB (Red+Green+Blue) = 153+85+216=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #9955D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955D8 is #66AA27. Grayscale: #777777. Windows color (decimal): -6728232 or 14177689. OLE color: 14177689.

HSL color Cylindrical-coordinate representation of color #9955D8: hue angle of 271.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9955D8 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 85 216 -
CMYK 0.29 0.61 0 0.15
HSL 271.15º 0.63% 0.59% -
HSV(B) 271.15º 0.61% 0.85% -
XYZ 28.78 18.23 66.97 -
YUV 120.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 153 85 216 0.29 0.61 0 0.15 271.15 0.63 0.59
Hex 99 55 D8 1D 3D 0 F 10F 3F 3B
Octal 231 125 330 35 75 0 17 417 77 73
Binary 10011001 1010101 11011000 11101 111101 0 1111 100001111 111111 111011

Color Harmonies of #9955D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955D8

Black with #9955D8

Text Example


Text Example

White with #9955D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9955D8; }

 p { color: rgb(153,85,216); }

 H1.HeaderClassName
 {
   color: #9955D8;
 }
 .AnyTagClassName
 {
   color: #9955D8;
 }
</style>

background-color css

<style>
 a { background-color: #9955D8; }

 a { background-color: rgb(153,85,216); }

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

border-color css

<style>
 span { border-color: #9955D8; }

 span { border-color: rgb(153,85,216); }

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