Html Css Color HEX #9165CE Amethyst

📋 copy color: '#9165CE'

red 145 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #9165CE

Tints of Amethyst #9165CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

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

R = 32.08%
G = 22.35%
B = 45.58%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9165CE (or 0x9165CE) is known color: Amethyst. HEX triplet: 91, 65 and CE. RGB value is (145,101,206). Sum of RGB (Red+Green+Blue) = 145+101+206=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #9165CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165CE is #6E9A31. Grayscale: #7D7D7D. Windows color (decimal): -7248434 or 13526417. OLE color: 13526417.

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

Color convert

RGB 145 101 206 -
CMYK 0.30 0.51 0 0.19
HSL 265.14º 0.52% 0.6% -
HSV(B) 265.14º 0.51% 0.81% -
XYZ 27.47 19.78 60.76 -
YUV 126.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 145 101 206 0.30 0.51 0 0.19 265.14 0.52 0.6
Hex 91 65 CE 1E 33 0 13 109 34 3C
Octal 221 145 316 36 63 0 23 411 64 74
Binary 10010001 1100101 11001110 11110 110011 0 10011 100001001 110100 111100

Color Harmonies of #9165CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165CE

Black with #9165CE

Text Example


Text Example

White with #9165CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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