Html Css Color HEX #9867CB Amethyst

📋 copy color: '#9867CB'

red 152 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #9867CB

Tints of Amethyst #9867CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 33.19%
G = 22.49%
B = 44.32%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9867CB (or 0x9867CB) is known color: Amethyst. HEX triplet: 98, 67 and CB. RGB value is (152,103,203). Sum of RGB (Red+Green+Blue) = 152+103+203=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #9867CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867CB is #679834. Grayscale: #808080. Windows color (decimal): -6789173 or 13330328. OLE color: 13330328.

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

Color convert

RGB 152 103 203 -
CMYK 0.25 0.49 0 0.20
HSL 269.4º 0.49% 0.6% -
HSV(B) 269.4º 0.49% 0.8% -
XYZ 28.58 20.69 58.99 -
YUV 129.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 152 103 203 0.25 0.49 0 0.20 269.4 0.49 0.6
Hex 98 67 CB 19 31 0 14 10D 31 3C
Octal 230 147 313 31 61 0 24 415 61 74
Binary 10011000 1100111 11001011 11001 110001 0 10100 100001101 110001 111100

Color Harmonies of #9867CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9867CB

Black with #9867CB

Text Example


Text Example

White with #9867CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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