Html Css Color HEX #9762CC Amethyst

📋 copy color: '#9762CC'

red 151 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #9762CC

Tints of Amethyst #9762CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 33.33%
G = 21.63%
B = 45.03%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9762CC (or 0x9762CC) is known color: Amethyst. HEX triplet: 97, 62 and CC. RGB value is (151,98,204). Sum of RGB (Red+Green+Blue) = 151+98+204=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #9762CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762CC is #689D33. Grayscale: #7D7D7D. Windows color (decimal): -6855988 or 13394583. OLE color: 13394583.

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

Color convert

RGB 151 98 204 -
CMYK 0.26 0.52 0 0.2
HSL 270º 0.51% 0.59% -
HSV(B) 270º 0.52% 0.8% -
XYZ 28.03 19.67 59.45 -
YUV 125.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 151 98 204 0.26 0.52 0 0.2 270 0.51 0.59
Hex 97 62 CC 1A 34 0 14 10E 33 3B
Octal 227 142 314 32 64 0 24 416 63 73
Binary 10010111 1100010 11001100 11010 110100 0 10100 100001110 110011 111011

Color Harmonies of #9762CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762CC

Black with #9762CC

Text Example


Text Example

White with #9762CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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