Html Css Color HEX #9165CA Amethyst

📋 copy color: '#9165CA'

red 145 ◦ green 101 ◦ blue 202

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

Shades of Amethyst #9165CA

Tints of Amethyst #9165CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 32.37%
G = 22.54%
B = 45.09%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9165CA (or 0x9165CA) is known color: Amethyst. HEX triplet: 91, 65 and CA. RGB value is (145,101,202). Sum of RGB (Red+Green+Blue) = 145+101+202=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #9165CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165CA is #6E9A35. Grayscale: #7D7D7D. Windows color (decimal): -7248438 or 13264273. OLE color: 13264273.

HSL color Cylindrical-coordinate representation of color #9165CA: hue angle of 266.14º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9165CA is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 101 202 -
CMYK 0.28 0.50 0 0.21
HSL 266.14º 0.49% 0.59% -
HSV(B) 266.14º 0.5% 0.79% -
XYZ 26.99 19.59 58.24 -
YUV 125.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 145 101 202 0.28 0.50 0 0.21 266.14 0.49 0.59
Hex 91 65 CA 1C 32 0 15 10A 31 3B
Octal 221 145 312 34 62 0 25 412 61 73
Binary 10010001 1100101 11001010 11100 110010 0 10101 100001010 110001 111011

Color Harmonies of #9165CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165CA

Black with #9165CA

Text Example


Text Example

White with #9165CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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