Html Css Color HEX #9867BD Amethyst

📋 copy color: '#9867BD'

red 152 ◦ green 103 ◦ blue 189

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

Shades of Amethyst #9867BD

Tints of Amethyst #9867BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 34.23%
G = 23.2%
B = 42.57%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9867BD (or 0x9867BD) is known color: Amethyst. HEX triplet: 98, 67 and BD. RGB value is (152,103,189). Sum of RGB (Red+Green+Blue) = 152+103+189=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #9867BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867BD is #679842. Grayscale: #7F7F7F. Windows color (decimal): -6789187 or 12412824. OLE color: 12412824.

HSL color Cylindrical-coordinate representation of color #9867BD: hue angle of 274.19º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9867BD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 103 189 -
CMYK 0.20 0.46 0 0.26
HSL 274.19º 0.39% 0.57% -
HSV(B) 274.19º 0.46% 0.74% -
XYZ 26.98 20.05 50.59 -
YUV 127.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 152 103 189 0.20 0.46 0 0.26 274.19 0.39 0.57
Hex 98 67 BD 14 2E 0 1A 112 27 39
Octal 230 147 275 24 56 0 32 422 47 71
Binary 10011000 1100111 10111101 10100 101110 0 11010 100010010 100111 111001

Color Harmonies of #9867BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9867BD

Black with #9867BD

Text Example


Text Example

White with #9867BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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