Html Css Color HEX #9667CD Amethyst

📋 copy color: '#9667CD'

red 150 ◦ green 103 ◦ blue 205

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

Shades of Amethyst #9667CD

Tints of Amethyst #9667CD

RGB

 RED value IS 150 (58.98% from 255) = 32.75%

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

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

R = 32.75%
G = 22.49%
B = 44.76%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9667CD (or 0x9667CD) is known color: Amethyst. HEX triplet: 96, 67 and CD. RGB value is (150,103,205). Sum of RGB (Red+Green+Blue) = 150+103+205=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #9667CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667CD is #699832. Grayscale: #808080. Windows color (decimal): -6920243 or 13461398. OLE color: 13461398.

HSL color Cylindrical-coordinate representation of color #9667CD: hue angle of 267.65º 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 #9667CD is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 103 205 -
CMYK 0.27 0.50 0 0.20
HSL 267.65º 0.5% 0.6% -
HSV(B) 267.65º 0.5% 0.8% -
XYZ 28.45 20.59 60.23 -
YUV 128.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 150 103 205 0.27 0.50 0 0.20 267.65 0.5 0.6
Hex 96 67 CD 1B 32 0 14 10C 32 3C
Octal 226 147 315 33 62 0 24 414 62 74
Binary 10010110 1100111 11001101 11011 110010 0 10100 100001100 110010 111100

Color Harmonies of #9667CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667CD

Black with #9667CD

Text Example


Text Example

White with #9667CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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