Html Css Color HEX #9D60DA Amethyst

📋 copy color: '#9D60DA'

red 157 ◦ green 96 ◦ blue 218

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

Shades of Amethyst #9D60DA

Tints of Amethyst #9D60DA

RGB

 RED value IS 157 (61.72% from 255) = 33.33%

 GREEN value IS 96 (37.89% from 255) = 20.38%

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

R = 33.33%
G = 20.38%
B = 46.28%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9D60DA (or 0x9D60DA) is known color: Amethyst. HEX triplet: 9D, 60 and DA. RGB value is (157,96,218). Sum of RGB (Red+Green+Blue) = 157+96+218=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60DA is #629F25. Grayscale: #7F7F7F. Windows color (decimal): -6463270 or 14311581. OLE color: 14311581.

HSL color Cylindrical-coordinate representation of color #9D60DA: hue angle of 270º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D60DA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 96 218 -
CMYK 0.28 0.56 0 0.15
HSL 270º 0.62% 0.62% -
HSV(B) 270º 0.56% 0.85% -
XYZ 30.74 20.6 68.68 -
YUV 128.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 157 96 218 0.28 0.56 0 0.15 270 0.62 0.62
Hex 9D 60 DA 1C 38 0 F 10E 3E 3E
Octal 235 140 332 34 70 0 17 416 76 76
Binary 10011101 1100000 11011010 11100 111000 0 1111 100001110 111110 111110

Color Harmonies of #9D60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60DA

Black with #9D60DA

Text Example


Text Example

White with #9D60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D60DA; }

 p { color: rgb(157,96,218); }

 H1.HeaderClassName
 {
   color: #9D60DA;
 }
 .AnyTagClassName
 {
   color: #9D60DA;
 }
</style>

background-color css

<style>
 a { background-color: #9D60DA; }

 a { background-color: rgb(157,96,218); }

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

border-color css

<style>
 span { border-color: #9D60DA; }

 span { border-color: rgb(157,96,218); }

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