Html Css Color HEX #915BCC Amethyst

📋 copy color: '#915BCC'

red 145 ◦ green 91 ◦ blue 204

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

Shades of Amethyst #915BCC

Tints of Amethyst #915BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 32.95%
G = 20.68%
B = 46.36%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#915BCC (or 0x915BCC) is known color: Amethyst. HEX triplet: 91, 5B and CC. RGB value is (145,91,204). Sum of RGB (Red+Green+Blue) = 145+91+204=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #915BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BCC is #6EA433. Grayscale: #777777. Windows color (decimal): -7250996 or 13392785. OLE color: 13392785.

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

Color convert

RGB 145 91 204 -
CMYK 0.29 0.55 0 0.2
HSL 268.67º 0.53% 0.58% -
HSV(B) 268.67º 0.55% 0.8% -
XYZ 26.32 17.86 59.19 -
YUV 120.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 145 91 204 0.29 0.55 0 0.2 268.67 0.53 0.58
Hex 91 5B CC 1D 37 0 14 10D 35 3A
Octal 221 133 314 35 67 0 24 415 65 72
Binary 10010001 1011011 11001100 11101 110111 0 10100 100001101 110101 111010

Color Harmonies of #915BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BCC

Black with #915BCC

Text Example


Text Example

White with #915BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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