Html Css Color HEX #915ADA Amethyst

📋 copy color: '#915ADA'

red 145 ◦ green 90 ◦ blue 218

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

Shades of Amethyst #915ADA

Tints of Amethyst #915ADA

RGB

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

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

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

R = 32.01%
G = 19.87%
B = 48.12%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#915ADA (or 0x915ADA) is known color: Amethyst. HEX triplet: 91, 5A and DA. RGB value is (145,90,218). Sum of RGB (Red+Green+Blue) = 145+90+218=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #915ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ADA is #6EA525. Grayscale: #787878. Windows color (decimal): -7251238 or 14310033. OLE color: 14310033.

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

Color convert

RGB 145 90 218 -
CMYK 0.33 0.59 0 0.15
HSL 265.78º 0.63% 0.6% -
HSV(B) 265.78º 0.59% 0.85% -
XYZ 27.99 18.39 68.4 -
YUV 121.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 145 90 218 0.33 0.59 0 0.15 265.78 0.63 0.6
Hex 91 5A DA 21 3B 0 F 10A 3F 3C
Octal 221 132 332 41 73 0 17 412 77 74
Binary 10010001 1011010 11011010 100001 111011 0 1111 100001010 111111 111100

Color Harmonies of #915ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ADA

Black with #915ADA

Text Example


Text Example

White with #915ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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