Html Css Color HEX #9860DB Amethyst

📋 copy color: '#9860DB'

red 152 ◦ green 96 ◦ blue 219

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

Shades of Amethyst #9860DB

Tints of Amethyst #9860DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 32.55%
G = 20.56%
B = 46.9%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9860DB (or 0x9860DB) is known color: Amethyst. HEX triplet: 98, 60 and DB. RGB value is (152,96,219). Sum of RGB (Red+Green+Blue) = 152+96+219=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9860DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860DB is #679F24. Grayscale: #7E7E7E. Windows color (decimal): -6790949 or 14377112. OLE color: 14377112.

HSL color Cylindrical-coordinate representation of color #9860DB: hue angle of 267.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9860DB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 96 219 -
CMYK 0.31 0.56 0 0.14
HSL 267.32º 0.63% 0.62% -
HSV(B) 267.32º 0.56% 0.86% -
XYZ 29.92 20.16 69.33 -
YUV 126.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 152 96 219 0.31 0.56 0 0.14 267.32 0.63 0.62
Hex 98 60 DB 1F 38 0 E 10B 3F 3E
Octal 230 140 333 37 70 0 16 413 77 76
Binary 10011000 1100000 11011011 11111 111000 0 1110 100001011 111111 111110

Color Harmonies of #9860DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860DB

Black with #9860DB

Text Example


Text Example

White with #9860DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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