Html Css Color HEX #9662CD Amethyst

📋 copy color: '#9662CD'

red 150 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #9662CD

Tints of Amethyst #9662CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

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

R = 33.11%
G = 21.63%
B = 45.25%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9662CD (or 0x9662CD) is known color: Amethyst. HEX triplet: 96, 62 and CD. RGB value is (150,98,205). Sum of RGB (Red+Green+Blue) = 150+98+205=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #9662CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662CD is #699D32. Grayscale: #7D7D7D. Windows color (decimal): -6921523 or 13460118. OLE color: 13460118.

HSL color Cylindrical-coordinate representation of color #9662CD: hue angle of 269.16º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9662CD is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 98 205 -
CMYK 0.27 0.52 0 0.20
HSL 269.16º 0.52% 0.59% -
HSV(B) 269.16º 0.52% 0.8% -
XYZ 27.96 19.63 60.07 -
YUV 125.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 150 98 205 0.27 0.52 0 0.20 269.16 0.52 0.59
Hex 96 62 CD 1B 34 0 14 10D 34 3B
Octal 226 142 315 33 64 0 24 415 64 73
Binary 10010110 1100010 11001101 11011 110100 0 10100 100001101 110100 111011

Color Harmonies of #9662CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662CD

Black with #9662CD

Text Example


Text Example

White with #9662CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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