Html Css Color HEX #9865BF Amethyst

📋 copy color: '#9865BF'

red 152 ◦ green 101 ◦ blue 191

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

Shades of Amethyst #9865BF

Tints of Amethyst #9865BF

RGB

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

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

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

R = 34.23%
G = 22.75%
B = 43.02%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9865BF (or 0x9865BF) is known color: Amethyst. HEX triplet: 98, 65 and BF. RGB value is (152,101,191). Sum of RGB (Red+Green+Blue) = 152+101+191=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9865BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BF is #679A40. Grayscale: #7E7E7E. Windows color (decimal): -6789697 or 12543384. OLE color: 12543384.

HSL color Cylindrical-coordinate representation of color #9865BF: hue angle of 274º 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 #9865BF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 101 191 -
CMYK 0.20 0.47 0 0.25
HSL 274º 0.41% 0.57% -
HSV(B) 274º 0.47% 0.75% -
XYZ 27.01 19.74 51.68 -
YUV 126.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 152 101 191 0.20 0.47 0 0.25 274 0.41 0.57
Hex 98 65 BF 14 2F 0 19 112 29 39
Octal 230 145 277 24 57 0 31 422 51 71
Binary 10011000 1100101 10111111 10100 101111 0 11001 100010010 101001 111001

Color Harmonies of #9865BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865BF

Black with #9865BF

Text Example


Text Example

White with #9865BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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