Html Css Color HEX #915CCA Amethyst

📋 copy color: '#915CCA'

red 145 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #915CCA

Tints of Amethyst #915CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 33.03%
G = 20.96%
B = 46.01%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#915CCA (or 0x915CCA) is known color: Amethyst. HEX triplet: 91, 5C and CA. RGB value is (145,92,202). Sum of RGB (Red+Green+Blue) = 145+92+202=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #915CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CCA is #6EA335. Grayscale: #787878. Windows color (decimal): -7250742 or 13261969. OLE color: 13261969.

HSL color Cylindrical-coordinate representation of color #915CCA: hue angle of 268.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915CCA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 92 202 -
CMYK 0.28 0.54 0 0.21
HSL 268.91º 0.51% 0.58% -
HSV(B) 268.91º 0.54% 0.79% -
XYZ 26.16 17.94 57.96 -
YUV 120.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 145 92 202 0.28 0.54 0 0.21 268.91 0.51 0.58
Hex 91 5C CA 1C 36 0 15 10D 33 3A
Octal 221 134 312 34 66 0 25 415 63 72
Binary 10010001 1011100 11001010 11100 110110 0 10101 100001101 110011 111010

Color Harmonies of #915CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CCA

Black with #915CCA

Text Example


Text Example

White with #915CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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