Html Css Color HEX #915CC1 Amethyst

📋 copy color: '#915CC1'

red 145 ◦ green 92 ◦ blue 193

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

Shades of Amethyst #915CC1

Tints of Amethyst #915CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 33.72%
G = 21.4%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#915CC1 (or 0x915CC1) is known color: Amethyst. HEX triplet: 91, 5C and C1. RGB value is (145,92,193). Sum of RGB (Red+Green+Blue) = 145+92+193=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #915CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CC1 is #6EA33E. Grayscale: #777777. Windows color (decimal): -7250751 or 12672145. OLE color: 12672145.

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

Color convert

RGB 145 92 193 -
CMYK 0.25 0.52 0 0.24
HSL 271.49º 0.45% 0.56% -
HSV(B) 271.49º 0.52% 0.76% -
XYZ 25.13 17.52 52.51 -
YUV 119.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 145 92 193 0.25 0.52 0 0.24 271.49 0.45 0.56
Hex 91 5C C1 19 34 0 18 10F 2D 38
Octal 221 134 301 31 64 0 30 417 55 70
Binary 10010001 1011100 11000001 11001 110100 0 11000 100001111 101101 111000

Color Harmonies of #915CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CC1

Black with #915CC1

Text Example


Text Example

White with #915CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,193); }

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

background-color css

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

 a { background-color: rgb(145,92,193); }

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

border-color css

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

 span { border-color: rgb(145,92,193); }

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