Html Css Color HEX #9762CD Amethyst

📋 copy color: '#9762CD'

red 151 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #9762CD

Tints of Amethyst #9762CD

RGB

 RED value IS 151 (59.38% from 255) = 33.26%

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

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

R = 33.26%
G = 21.59%
B = 45.15%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9762CD (or 0x9762CD) is known color: Amethyst. HEX triplet: 97, 62 and CD. RGB value is (151,98,205). Sum of RGB (Red+Green+Blue) = 151+98+205=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9762CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762CD is #689D32. Grayscale: #7D7D7D. Windows color (decimal): -6855987 or 13460119. OLE color: 13460119.

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

Color convert

RGB 151 98 205 -
CMYK 0.26 0.52 0 0.20
HSL 269.72º 0.52% 0.59% -
HSV(B) 269.72º 0.52% 0.8% -
XYZ 28.15 19.72 60.08 -
YUV 126.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 151 98 205 0.26 0.52 0 0.20 269.72 0.52 0.59
Hex 97 62 CD 1A 34 0 14 10E 34 3B
Octal 227 142 315 32 64 0 24 416 64 73
Binary 10010111 1100010 11001101 11010 110100 0 10100 100001110 110100 111011

Color Harmonies of #9762CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762CD

Black with #9762CD

Text Example


Text Example

White with #9762CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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