Html Css Color HEX #9867BE Amethyst

📋 copy color: '#9867BE'

red 152 ◦ green 103 ◦ blue 190

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

Shades of Amethyst #9867BE

Tints of Amethyst #9867BE

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

 GREEN value IS 103 (40.63% from 255) = 23.15%

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

R = 34.16%
G = 23.15%
B = 42.7%

CMYK

 C value IS 0.2

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9867BE (or 0x9867BE) is known color: Amethyst. HEX triplet: 98, 67 and BE. RGB value is (152,103,190). Sum of RGB (Red+Green+Blue) = 152+103+190=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9867BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867BE is #679841. Grayscale: #7F7F7F. Windows color (decimal): -6789186 or 12478360. OLE color: 12478360.

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

Color convert

RGB 152 103 190 -
CMYK 0.2 0.46 0 0.25
HSL 273.79º 0.4% 0.57% -
HSV(B) 273.79º 0.46% 0.75% -
XYZ 27.09 20.09 51.17 -
YUV 127.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 152 103 190 0.2 0.46 0 0.25 273.79 0.4 0.57
Hex 98 67 BE 14 2E 0 19 112 28 39
Octal 230 147 276 24 56 0 31 422 50 71
Binary 10011000 1100111 10111110 10100 101110 0 11001 100010010 101000 111001

Color Harmonies of #9867BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9867BE

Black with #9867BE

Text Example


Text Example

White with #9867BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,103,190); }

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

background-color css

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

 a { background-color: rgb(152,103,190); }

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

border-color css

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

 span { border-color: rgb(152,103,190); }

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