Html Css Color HEX #9865C1 Amethyst

📋 copy color: '#9865C1'

red 152 ◦ green 101 ◦ blue 193

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

Shades of Amethyst #9865C1

Tints of Amethyst #9865C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 34.08%
G = 22.65%
B = 43.27%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9865C1 (or 0x9865C1) is known color: Amethyst. HEX triplet: 98, 65 and C1. RGB value is (152,101,193). Sum of RGB (Red+Green+Blue) = 152+101+193=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #9865C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865C1 is #679A3E. Grayscale: #7E7E7E. Windows color (decimal): -6789695 or 12674456. OLE color: 12674456.

HSL color Cylindrical-coordinate representation of color #9865C1: hue angle of 273.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9865C1 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 101 193 -
CMYK 0.21 0.48 0 0.24
HSL 273.26º 0.43% 0.58% -
HSV(B) 273.26º 0.48% 0.76% -
XYZ 27.23 19.83 52.85 -
YUV 126.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 152 101 193 0.21 0.48 0 0.24 273.26 0.43 0.58
Hex 98 65 C1 15 30 0 18 111 2B 3A
Octal 230 145 301 25 60 0 30 421 53 72
Binary 10011000 1100101 11000001 10101 110000 0 11000 100010001 101011 111010

Color Harmonies of #9865C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865C1

Black with #9865C1

Text Example


Text Example

White with #9865C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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