Html Css Color HEX #915ACD Amethyst

📋 copy color: '#915ACD'

red 145 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #915ACD

Tints of Amethyst #915ACD

RGB

 RED value IS 145 (57.03% from 255) = 32.95%

 GREEN value IS 90 (35.55% from 255) = 20.45%

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

R = 32.95%
G = 20.45%
B = 46.59%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#915ACD (or 0x915ACD) is known color: Amethyst. HEX triplet: 91, 5A and CD. RGB value is (145,90,205). Sum of RGB (Red+Green+Blue) = 145+90+205=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #915ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ACD is #6EA532. Grayscale: #777777. Windows color (decimal): -7251251 or 13458065. OLE color: 13458065.

HSL color Cylindrical-coordinate representation of color #915ACD: hue angle of 268.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915ACD is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 90 205 -
CMYK 0.29 0.56 0 0.20
HSL 268.7º 0.53% 0.58% -
HSV(B) 268.7º 0.56% 0.8% -
XYZ 26.35 17.74 59.79 -
YUV 119.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 145 90 205 0.29 0.56 0 0.20 268.7 0.53 0.58
Hex 91 5A CD 1D 38 0 14 10D 35 3A
Octal 221 132 315 35 70 0 24 415 65 72
Binary 10010001 1011010 11001101 11101 111000 0 10100 100001101 110101 111010

Color Harmonies of #915ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ACD

Black with #915ACD

Text Example


Text Example

White with #915ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915ACD; }

 p { color: rgb(145,90,205); }

 H1.HeaderClassName
 {
   color: #915ACD;
 }
 .AnyTagClassName
 {
   color: #915ACD;
 }
</style>

background-color css

<style>
 a { background-color: #915ACD; }

 a { background-color: rgb(145,90,205); }

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

border-color css

<style>
 span { border-color: #915ACD; }

 span { border-color: rgb(145,90,205); }

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