Html Css Color HEX #9867CD Amethyst

📋 copy color: '#9867CD'

red 152 ◦ green 103 ◦ blue 205

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

Shades of Amethyst #9867CD

Tints of Amethyst #9867CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.39%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 33.04%
G = 22.39%
B = 44.57%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9867CD (or 0x9867CD) is known color: Amethyst. HEX triplet: 98, 67 and CD. RGB value is (152,103,205). Sum of RGB (Red+Green+Blue) = 152+103+205=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #9867CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867CD is #679832. Grayscale: #808080. Windows color (decimal): -6789171 or 13461400. OLE color: 13461400.

HSL color Cylindrical-coordinate representation of color #9867CD: hue angle of 268.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9867CD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 103 205 -
CMYK 0.26 0.50 0 0.20
HSL 268.82º 0.5% 0.6% -
HSV(B) 268.82º 0.5% 0.8% -
XYZ 28.82 20.78 60.25 -
YUV 129.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 152 103 205 0.26 0.50 0 0.20 268.82 0.5 0.6
Hex 98 67 CD 1A 32 0 14 10D 32 3C
Octal 230 147 315 32 62 0 24 415 62 74
Binary 10011000 1100111 11001101 11010 110010 0 10100 100001101 110010 111100

Color Harmonies of #9867CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9867CD

Black with #9867CD

Text Example


Text Example

White with #9867CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9867CD; }

 p { color: rgb(152,103,205); }

 H1.HeaderClassName
 {
   color: #9867CD;
 }
 .AnyTagClassName
 {
   color: #9867CD;
 }
</style>

background-color css

<style>
 a { background-color: #9867CD; }

 a { background-color: rgb(152,103,205); }

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

border-color css

<style>
 span { border-color: #9867CD; }

 span { border-color: rgb(152,103,205); }

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