Html Css Color HEX #9761CB Amethyst

📋 copy color: '#9761CB'

red 151 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #9761CB

Tints of Amethyst #9761CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

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

R = 33.48%
G = 21.51%
B = 45.01%

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

#9761CB (or 0x9761CB) is known color: Amethyst. HEX triplet: 97, 61 and CB. RGB value is (151,97,203). Sum of RGB (Red+Green+Blue) = 151+97+203=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9761CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761CB is #689E34. Grayscale: #7C7C7C. Windows color (decimal): -6856245 or 13328791. OLE color: 13328791.

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

Color convert

RGB 151 97 203 -
CMYK 0.26 0.52 0 0.20
HSL 270.57º 0.5% 0.59% -
HSV(B) 270.57º 0.52% 0.8% -
XYZ 27.82 19.44 58.79 -
YUV 125.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 151 97 203 0.26 0.52 0 0.20 270.57 0.5 0.59
Hex 97 61 CB 1A 34 0 14 10F 32 3B
Octal 227 141 313 32 64 0 24 417 62 73
Binary 10010111 1100001 11001011 11010 110100 0 10100 100001111 110010 111011

Color Harmonies of #9761CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761CB

Black with #9761CB

Text Example


Text Example

White with #9761CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,97,203); }

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

background-color css

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

 a { background-color: rgb(151,97,203); }

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

border-color css

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

 span { border-color: rgb(151,97,203); }

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