Html Css Color HEX #9868CE Amethyst

📋 copy color: '#9868CE'

red 152 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #9868CE

Tints of Amethyst #9868CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 32.9%
G = 22.51%
B = 44.59%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9868CE (or 0x9868CE) is known color: Amethyst. HEX triplet: 98, 68 and CE. RGB value is (152,104,206). Sum of RGB (Red+Green+Blue) = 152+104+206=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #9868CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868CE is #679731. Grayscale: #818181. Windows color (decimal): -6788914 or 13527192. OLE color: 13527192.

HSL color Cylindrical-coordinate representation of color #9868CE: hue angle of 268.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9868CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 104 206 -
CMYK 0.26 0.50 0 0.19
HSL 268.24º 0.51% 0.61% -
HSV(B) 268.24º 0.5% 0.81% -
XYZ 29.04 21.03 60.92 -
YUV 129.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 152 104 206 0.26 0.50 0 0.19 268.24 0.51 0.61
Hex 98 68 CE 1A 32 0 13 10C 33 3D
Octal 230 150 316 32 62 0 23 414 63 75
Binary 10011000 1101000 11001110 11010 110010 0 10011 100001100 110011 111101

Color Harmonies of #9868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868CE

Black with #9868CE

Text Example


Text Example

White with #9868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9868CE; }

 p { color: rgb(152,104,206); }

 H1.HeaderClassName
 {
   color: #9868CE;
 }
 .AnyTagClassName
 {
   color: #9868CE;
 }
</style>

background-color css

<style>
 a { background-color: #9868CE; }

 a { background-color: rgb(152,104,206); }

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

border-color css

<style>
 span { border-color: #9868CE; }

 span { border-color: rgb(152,104,206); }

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