Html Css Color HEX #9153CE Amethyst

📋 copy color: '#9153CE'

red 145 ◦ green 83 ◦ blue 206

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

Shades of Amethyst #9153CE

Tints of Amethyst #9153CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 33.41%
G = 19.12%
B = 47.47%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9153CE (or 0x9153CE) is known color: Amethyst. HEX triplet: 91, 53 and CE. RGB value is (145,83,206). Sum of RGB (Red+Green+Blue) = 145+83+206=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9153CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9153CE is #6EAC31. Grayscale: #737373. Windows color (decimal): -7253042 or 13521809. OLE color: 13521809.

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

Color convert

RGB 145 83 206 -
CMYK 0.30 0.60 0 0.19
HSL 270.24º 0.56% 0.57% -
HSV(B) 270.24º 0.6% 0.81% -
XYZ 25.91 16.66 60.24 -
YUV 115.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 145 83 206 0.30 0.60 0 0.19 270.24 0.56 0.57
Hex 91 53 CE 1E 3C 0 13 10E 38 39
Octal 221 123 316 36 74 0 23 416 70 71
Binary 10010001 1010011 11001110 11110 111100 0 10011 100001110 111000 111001

Color Harmonies of #9153CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9153CE

Black with #9153CE

Text Example


Text Example

White with #9153CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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