Html Css Color HEX #9868BF Amethyst

📋 copy color: '#9868BF'

red 152 ◦ green 104 ◦ blue 191

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

Shades of Amethyst #9868BF

Tints of Amethyst #9868BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.27%

 BLUE value IS 191 (75% from 255) = 42.73%

R = 34%
G = 23.27%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9868BF (or 0x9868BF) is known color: Amethyst. HEX triplet: 98, 68 and BF. RGB value is (152,104,191). Sum of RGB (Red+Green+Blue) = 152+104+191=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #9868BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BF is #679740. Grayscale: #7F7F7F. Windows color (decimal): -6788929 or 12544152. OLE color: 12544152.

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

Color convert

RGB 152 104 191 -
CMYK 0.20 0.46 0 0.25
HSL 273.1º 0.4% 0.58% -
HSV(B) 273.1º 0.46% 0.75% -
XYZ 27.3 20.34 51.78 -
YUV 128.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 152 104 191 0.20 0.46 0 0.25 273.1 0.4 0.58
Hex 98 68 BF 14 2E 0 19 111 28 3A
Octal 230 150 277 24 56 0 31 421 50 72
Binary 10011000 1101000 10111111 10100 101110 0 11001 100010001 101000 111010

Color Harmonies of #9868BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868BF

Black with #9868BF

Text Example


Text Example

White with #9868BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9868BF; }

 p { color: rgb(152,104,191); }

 H1.HeaderClassName
 {
   color: #9868BF;
 }
 .AnyTagClassName
 {
   color: #9868BF;
 }
</style>

background-color css

<style>
 a { background-color: #9868BF; }

 a { background-color: rgb(152,104,191); }

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

border-color css

<style>
 span { border-color: #9868BF; }

 span { border-color: rgb(152,104,191); }

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