Html Css Color HEX #915FCA Amethyst

📋 copy color: '#915FCA'

red 145 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #915FCA

Tints of Amethyst #915FCA

RGB

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

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

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

R = 32.81%
G = 21.49%
B = 45.7%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#915FCA (or 0x915FCA) is known color: Amethyst. HEX triplet: 91, 5F and CA. RGB value is (145,95,202). Sum of RGB (Red+Green+Blue) = 145+95+202=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #915FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCA is #6EA035. Grayscale: #797979. Windows color (decimal): -7249974 or 13262737. OLE color: 13262737.

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

Color convert

RGB 145 95 202 -
CMYK 0.28 0.53 0 0.21
HSL 268.04º 0.5% 0.58% -
HSV(B) 268.04º 0.53% 0.79% -
XYZ 26.43 18.47 58.05 -
YUV 122.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 145 95 202 0.28 0.53 0 0.21 268.04 0.5 0.58
Hex 91 5F CA 1C 35 0 15 10C 32 3A
Octal 221 137 312 34 65 0 25 414 62 72
Binary 10010001 1011111 11001010 11100 110101 0 10101 100001100 110010 111010

Color Harmonies of #915FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FCA

Black with #915FCA

Text Example


Text Example

White with #915FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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