Html Css Color HEX #915BCD Amethyst

📋 copy color: '#915BCD'

red 145 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #915BCD

Tints of Amethyst #915BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 32.88%
G = 20.63%
B = 46.49%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#915BCD (or 0x915BCD) is known color: Amethyst. HEX triplet: 91, 5B and CD. RGB value is (145,91,205). Sum of RGB (Red+Green+Blue) = 145+91+205=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #915BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BCD is #6EA432. Grayscale: #777777. Windows color (decimal): -7250995 or 13458321. OLE color: 13458321.

HSL color Cylindrical-coordinate representation of color #915BCD: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915BCD is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 91 205 -
CMYK 0.29 0.56 0 0.20
HSL 268.42º 0.53% 0.58% -
HSV(B) 268.42º 0.56% 0.8% -
XYZ 26.44 17.91 59.82 -
YUV 120.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 145 91 205 0.29 0.56 0 0.20 268.42 0.53 0.58
Hex 91 5B CD 1D 38 0 14 10C 35 3A
Octal 221 133 315 35 70 0 24 414 65 72
Binary 10010001 1011011 11001101 11101 111000 0 10100 100001100 110101 111010

Color Harmonies of #915BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BCD

Black with #915BCD

Text Example


Text Example

White with #915BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,91,205); }

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

background-color css

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

 a { background-color: rgb(145,91,205); }

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

border-color css

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

 span { border-color: rgb(145,91,205); }

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