Html Css Color HEX #9860DC Amethyst

📋 copy color: '#9860DC'

red 152 ◦ green 96 ◦ blue 220

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

Shades of Amethyst #9860DC

Tints of Amethyst #9860DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 32.48%
G = 20.51%
B = 47.01%

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

#9860DC (or 0x9860DC) is known color: Amethyst. HEX triplet: 98, 60 and DC. RGB value is (152,96,220). Sum of RGB (Red+Green+Blue) = 152+96+220=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #9860DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860DC is #679F23. Grayscale: #7E7E7E. Windows color (decimal): -6790948 or 14442648. OLE color: 14442648.

HSL color Cylindrical-coordinate representation of color #9860DC: hue angle of 267.1º degrees, saturation: 0.64, 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 #9860DC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 96 220 -
CMYK 0.31 0.56 0 0.14
HSL 267.1º 0.64% 0.62% -
HSV(B) 267.1º 0.56% 0.86% -
XYZ 30.05 20.21 70.03 -
YUV 126.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 152 96 220 0.31 0.56 0 0.14 267.1 0.64 0.62
Hex 98 60 DC 1F 38 0 E 10B 40 3E
Octal 230 140 334 37 70 0 16 413 100 76
Binary 10011000 1100000 11011100 11111 111000 0 1110 100001011 1000000 111110

Color Harmonies of #9860DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860DC

Black with #9860DC

Text Example


Text Example

White with #9860DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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