Html Css Color HEX #915CD3 Amethyst

📋 copy color: '#915CD3'

red 145 ◦ green 92 ◦ blue 211

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

Shades of Amethyst #915CD3

Tints of Amethyst #915CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.1%

R = 32.37%
G = 20.54%
B = 47.1%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#915CD3 (or 0x915CD3) is known color: Amethyst. HEX triplet: 91, 5C and D3. RGB value is (145,92,211). Sum of RGB (Red+Green+Blue) = 145+92+211=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #915CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CD3 is #6EA32C. Grayscale: #787878. Windows color (decimal): -7250733 or 13851793. OLE color: 13851793.

HSL color Cylindrical-coordinate representation of color #915CD3: hue angle of 266.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915CD3 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 145 92 211 -
CMYK 0.31 0.56 0 0.17
HSL 266.72º 0.57% 0.59% -
HSV(B) 266.72º 0.56% 0.83% -
XYZ 27.26 18.38 63.74 -
YUV 121.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 145 92 211 0.31 0.56 0 0.17 266.72 0.57 0.59
Hex 91 5C D3 1F 38 0 11 10B 39 3B
Octal 221 134 323 37 70 0 21 413 71 73
Binary 10010001 1011100 11010011 11111 111000 0 10001 100001011 111001 111011

Color Harmonies of #915CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CD3

Black with #915CD3

Text Example


Text Example

White with #915CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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