Html Css Color HEX #915DCE Amethyst

📋 copy color: '#915DCE'

red 145 ◦ green 93 ◦ blue 206

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

Shades of Amethyst #915DCE

Tints of Amethyst #915DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.95%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 32.66%
G = 20.95%
B = 46.4%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#915DCE (or 0x915DCE) is known color: Amethyst. HEX triplet: 91, 5D and CE. RGB value is (145,93,206). Sum of RGB (Red+Green+Blue) = 145+93+206=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #915DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DCE is #6EA231. Grayscale: #797979. Windows color (decimal): -7250482 or 13524369. OLE color: 13524369.

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

Color convert

RGB 145 93 206 -
CMYK 0.30 0.55 0 0.19
HSL 267.61º 0.54% 0.59% -
HSV(B) 267.61º 0.55% 0.81% -
XYZ 26.73 18.3 60.52 -
YUV 121.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 145 93 206 0.30 0.55 0 0.19 267.61 0.54 0.59
Hex 91 5D CE 1E 37 0 13 10C 36 3B
Octal 221 135 316 36 67 0 23 414 66 73
Binary 10010001 1011101 11001110 11110 110111 0 10011 100001100 110110 111011

Color Harmonies of #915DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DCE

Black with #915DCE

Text Example


Text Example

White with #915DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,206); }

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

background-color css

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

 a { background-color: rgb(145,93,206); }

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

border-color css

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

 span { border-color: rgb(145,93,206); }

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