Html Css Color HEX #915FC8 Amethyst

📋 copy color: '#915FC8'

red 145 ◦ green 95 ◦ blue 200

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

Shades of Amethyst #915FC8

Tints of Amethyst #915FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.45%

R = 32.95%
G = 21.59%
B = 45.45%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#915FC8 (or 0x915FC8) is known color: Amethyst. HEX triplet: 91, 5F and C8. RGB value is (145,95,200). Sum of RGB (Red+Green+Blue) = 145+95+200=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #915FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FC8 is #6EA037. Grayscale: #797979. Windows color (decimal): -7249976 or 13131665. OLE color: 13131665.

HSL color Cylindrical-coordinate representation of color #915FC8: hue angle of 268.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915FC8 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 95 200 -
CMYK 0.28 0.52 0 0.22
HSL 268.57º 0.49% 0.58% -
HSV(B) 268.57º 0.53% 0.78% -
XYZ 26.19 18.37 56.81 -
YUV 121.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 145 95 200 0.28 0.52 0 0.22 268.57 0.49 0.58
Hex 91 5F C8 1C 34 0 16 10D 31 3A
Octal 221 137 310 34 64 0 26 415 61 72
Binary 10010001 1011111 11001000 11100 110100 0 10110 100001101 110001 111010

Color Harmonies of #915FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FC8

Black with #915FC8

Text Example


Text Example

White with #915FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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