Html Css Color HEX #9860DA Amethyst

📋 copy color: '#9860DA'

red 152 ◦ green 96 ◦ blue 218

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

Shades of Amethyst #9860DA

Tints of Amethyst #9860DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 32.62%
G = 20.6%
B = 46.78%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9860DA (or 0x9860DA) is known color: Amethyst. HEX triplet: 98, 60 and DA. RGB value is (152,96,218). Sum of RGB (Red+Green+Blue) = 152+96+218=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #9860DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860DA is #679F25. Grayscale: #7E7E7E. Windows color (decimal): -6790950 or 14311576. OLE color: 14311576.

HSL color Cylindrical-coordinate representation of color #9860DA: hue angle of 267.54º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9860DA is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 96 218 -
CMYK 0.30 0.56 0 0.15
HSL 267.54º 0.62% 0.62% -
HSV(B) 267.54º 0.56% 0.85% -
XYZ 29.79 20.1 68.64 -
YUV 126.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 152 96 218 0.30 0.56 0 0.15 267.54 0.62 0.62
Hex 98 60 DA 1E 38 0 F 10C 3E 3E
Octal 230 140 332 36 70 0 17 414 76 76
Binary 10011000 1100000 11011010 11110 111000 0 1111 100001100 111110 111110

Color Harmonies of #9860DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860DA

Black with #9860DA

Text Example


Text Example

White with #9860DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9860DA; }

 p { color: rgb(152,96,218); }

 H1.HeaderClassName
 {
   color: #9860DA;
 }
 .AnyTagClassName
 {
   color: #9860DA;
 }
</style>

background-color css

<style>
 a { background-color: #9860DA; }

 a { background-color: rgb(152,96,218); }

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

border-color css

<style>
 span { border-color: #9860DA; }

 span { border-color: rgb(152,96,218); }

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