Html Css Color HEX #915CD1 Amethyst

📋 copy color: '#915CD1'

red 145 ◦ green 92 ◦ blue 209

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

Shades of Amethyst #915CD1

Tints of Amethyst #915CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 32.51%
G = 20.63%
B = 46.86%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#915CD1 (or 0x915CD1) is known color: Amethyst. HEX triplet: 91, 5C and D1. RGB value is (145,92,209). Sum of RGB (Red+Green+Blue) = 145+92+209=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #915CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CD1 is #6EA32E. Grayscale: #787878. Windows color (decimal): -7250735 or 13720721. OLE color: 13720721.

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

Color convert

RGB 145 92 209 -
CMYK 0.31 0.56 0 0.18
HSL 267.18º 0.56% 0.59% -
HSV(B) 267.18º 0.56% 0.82% -
XYZ 27.01 18.28 62.43 -
YUV 121.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 145 92 209 0.31 0.56 0 0.18 267.18 0.56 0.59
Hex 91 5C D1 1F 38 0 12 10B 38 3B
Octal 221 134 321 37 70 0 22 413 70 73
Binary 10010001 1011100 11010001 11111 111000 0 10010 100001011 111000 111011

Color Harmonies of #915CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CD1

Black with #915CD1

Text Example


Text Example

White with #915CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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