Html Css Color HEX #9955DA Amethyst

📋 copy color: '#9955DA'

red 153 ◦ green 85 ◦ blue 218

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

Shades of Amethyst #9955DA

Tints of Amethyst #9955DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 33.55%
G = 18.64%
B = 47.81%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9955DA (or 0x9955DA) is known color: Amethyst. HEX triplet: 99, 55 and DA. RGB value is (153,85,218). Sum of RGB (Red+Green+Blue) = 153+85+218=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #9955DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955DA is #66AA25. Grayscale: #787878. Windows color (decimal): -6728230 or 14308761. OLE color: 14308761.

HSL color Cylindrical-coordinate representation of color #9955DA: hue angle of 270.68º degrees, saturation: 0.64, 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 #9955DA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 85 218 -
CMYK 0.30 0.61 0 0.15
HSL 270.68º 0.64% 0.59% -
HSV(B) 270.68º 0.61% 0.85% -
XYZ 29.04 18.33 68.34 -
YUV 120.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 153 85 218 0.30 0.61 0 0.15 270.68 0.64 0.59
Hex 99 55 DA 1E 3D 0 F 10F 40 3B
Octal 231 125 332 36 75 0 17 417 100 73
Binary 10011001 1010101 11011010 11110 111101 0 1111 100001111 1000000 111011

Color Harmonies of #9955DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955DA

Black with #9955DA

Text Example


Text Example

White with #9955DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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