Html Css Color HEX #915BCF Amethyst

📋 copy color: '#915BCF'

red 145 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #915BCF

Tints of Amethyst #915BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 32.73%
G = 20.54%
B = 46.73%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#915BCF (or 0x915BCF) is known color: Amethyst. HEX triplet: 91, 5B and CF. RGB value is (145,91,207). Sum of RGB (Red+Green+Blue) = 145+91+207=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #915BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BCF is #6EA430. Grayscale: #777777. Windows color (decimal): -7250993 or 13589393. OLE color: 13589393.

HSL color Cylindrical-coordinate representation of color #915BCF: hue angle of 267.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915BCF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 91 207 -
CMYK 0.30 0.56 0 0.19
HSL 267.93º 0.55% 0.58% -
HSV(B) 267.93º 0.56% 0.81% -
XYZ 26.68 18.01 61.1 -
YUV 120.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 145 91 207 0.30 0.56 0 0.19 267.93 0.55 0.58
Hex 91 5B CF 1E 38 0 13 10C 37 3A
Octal 221 133 317 36 70 0 23 414 67 72
Binary 10010001 1011011 11001111 11110 111000 0 10011 100001100 110111 111010

Color Harmonies of #915BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BCF

Black with #915BCF

Text Example


Text Example

White with #915BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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