Html Css Color HEX #9150CE Amethyst

📋 copy color: '#9150CE'

red 145 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #9150CE

Tints of Amethyst #9150CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

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

R = 33.64%
G = 18.56%
B = 47.8%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9150CE (or 0x9150CE) is known color: Amethyst. HEX triplet: 91, 50 and CE. RGB value is (145,80,206). Sum of RGB (Red+Green+Blue) = 145+80+206=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #9150CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150CE is #6EAF31. Grayscale: #717171. Windows color (decimal): -7253810 or 13521041. OLE color: 13521041.

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

Color convert

RGB 145 80 206 -
CMYK 0.30 0.61 0 0.19
HSL 270.95º 0.56% 0.56% -
HSV(B) 270.95º 0.61% 0.81% -
XYZ 25.69 16.21 60.17 -
YUV 113.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 145 80 206 0.30 0.61 0 0.19 270.95 0.56 0.56
Hex 91 50 CE 1E 3D 0 13 10F 38 38
Octal 221 120 316 36 75 0 23 417 70 70
Binary 10010001 1010000 11001110 11110 111101 0 10011 100001111 111000 111000

Color Harmonies of #9150CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150CE

Black with #9150CE

Text Example


Text Example

White with #9150CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150CE; }

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

 H1.HeaderClassName
 {
   color: #9150CE;
 }
 .AnyTagClassName
 {
   color: #9150CE;
 }
</style>

background-color css

<style>
 a { background-color: #9150CE; }

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

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

border-color css

<style>
 span { border-color: #9150CE; }

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

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