Html Css Color HEX #9665BE Amethyst

📋 copy color: '#9665BE'

red 150 ◦ green 101 ◦ blue 190

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

Shades of Amethyst #9665BE

Tints of Amethyst #9665BE

RGB

 RED value IS 150 (58.98% from 255) = 34.01%

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 34.01%
G = 22.9%
B = 43.08%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9665BE (or 0x9665BE) is known color: Amethyst. HEX triplet: 96, 65 and BE. RGB value is (150,101,190). Sum of RGB (Red+Green+Blue) = 150+101+190=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9665BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665BE is #699A41. Grayscale: #7D7D7D. Windows color (decimal): -6920770 or 12477846. OLE color: 12477846.

HSL color Cylindrical-coordinate representation of color #9665BE: hue angle of 273.03º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9665BE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 101 190 -
CMYK 0.21 0.47 0 0.25
HSL 273.03º 0.41% 0.57% -
HSV(B) 273.03º 0.47% 0.75% -
XYZ 26.53 19.51 51.08 -
YUV 125.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 150 101 190 0.21 0.47 0 0.25 273.03 0.41 0.57
Hex 96 65 BE 15 2F 0 19 111 29 39
Octal 226 145 276 25 57 0 31 421 51 71
Binary 10010110 1100101 10111110 10101 101111 0 11001 100010001 101001 111001

Color Harmonies of #9665BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9665BE

Black with #9665BE

Text Example


Text Example

White with #9665BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9665BE; }

 p { color: rgb(150,101,190); }

 H1.HeaderClassName
 {
   color: #9665BE;
 }
 .AnyTagClassName
 {
   color: #9665BE;
 }
</style>

background-color css

<style>
 a { background-color: #9665BE; }

 a { background-color: rgb(150,101,190); }

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

border-color css

<style>
 span { border-color: #9665BE; }

 span { border-color: rgb(150,101,190); }

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