Html Css Color HEX #9060CD Amethyst

📋 copy color: '#9060CD'

red 144 ◦ green 96 ◦ blue 205

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

Shades of Amethyst #9060CD

Tints of Amethyst #9060CD

RGB

 RED value IS 144 (56.64% from 255) = 32.36%

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 32.36%
G = 21.57%
B = 46.07%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9060CD (or 0x9060CD) is known color: Amethyst. HEX triplet: 90, 60 and CD. RGB value is (144,96,205). Sum of RGB (Red+Green+Blue) = 144+96+205=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #9060CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060CD is #6F9F32. Grayscale: #7A7A7A. Windows color (decimal): -7315251 or 13459600. OLE color: 13459600.

HSL color Cylindrical-coordinate representation of color #9060CD: hue angle of 266.42º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9060CD is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 96 205 -
CMYK 0.30 0.53 0 0.20
HSL 266.42º 0.52% 0.59% -
HSV(B) 266.42º 0.53% 0.8% -
XYZ 26.7 18.7 59.96 -
YUV 122.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 144 96 205 0.30 0.53 0 0.20 266.42 0.52 0.59
Hex 90 60 CD 1E 35 0 14 10A 34 3B
Octal 220 140 315 36 65 0 24 412 64 73
Binary 10010000 1100000 11001101 11110 110101 0 10100 100001010 110100 111011

Color Harmonies of #9060CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060CD

Black with #9060CD

Text Example


Text Example

White with #9060CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9060CD; }

 p { color: rgb(144,96,205); }

 H1.HeaderClassName
 {
   color: #9060CD;
 }
 .AnyTagClassName
 {
   color: #9060CD;
 }
</style>

background-color css

<style>
 a { background-color: #9060CD; }

 a { background-color: rgb(144,96,205); }

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

border-color css

<style>
 span { border-color: #9060CD; }

 span { border-color: rgb(144,96,205); }

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