Html Css Color HEX #915FC0 Amethyst

📋 copy color: '#915FC0'

red 145 ◦ green 95 ◦ blue 192

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

Shades of Amethyst #915FC0

Tints of Amethyst #915FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 33.56%
G = 21.99%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#915FC0 (or 0x915FC0) is known color: Amethyst. HEX triplet: 91, 5F and C0. RGB value is (145,95,192). Sum of RGB (Red+Green+Blue) = 145+95+192=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #915FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FC0 is #6EA03F. Grayscale: #787878. Windows color (decimal): -7249984 or 12607377. OLE color: 12607377.

HSL color Cylindrical-coordinate representation of color #915FC0: hue angle of 270.93º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915FC0 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 95 192 -
CMYK 0.24 0.51 0 0.25
HSL 270.93º 0.43% 0.56% -
HSV(B) 270.93º 0.51% 0.75% -
XYZ 25.28 18.01 52.01 -
YUV 121.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 145 95 192 0.24 0.51 0 0.25 270.93 0.43 0.56
Hex 91 5F C0 18 33 0 19 10F 2B 38
Octal 221 137 300 30 63 0 31 417 53 70
Binary 10010001 1011111 11000000 11000 110011 0 11001 100001111 101011 111000

Color Harmonies of #915FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FC0

Black with #915FC0

Text Example


Text Example

White with #915FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,95,192); }

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

background-color css

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

 a { background-color: rgb(145,95,192); }

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

border-color css

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

 span { border-color: rgb(145,95,192); }

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