Html Css Color HEX #9763CB Amethyst

📋 copy color: '#9763CB'

red 151 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #9763CB

Tints of Amethyst #9763CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

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

R = 33.33%
G = 21.85%
B = 44.81%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9763CB (or 0x9763CB) is known color: Amethyst. HEX triplet: 97, 63 and CB. RGB value is (151,99,203). Sum of RGB (Red+Green+Blue) = 151+99+203=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9763CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763CB is #689C34. Grayscale: #7E7E7E. Windows color (decimal): -6855733 or 13329303. OLE color: 13329303.

HSL color Cylindrical-coordinate representation of color #9763CB: hue angle of 270º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9763CB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 99 203 -
CMYK 0.26 0.51 0 0.20
HSL 270º 0.5% 0.59% -
HSV(B) 270º 0.51% 0.8% -
XYZ 28 19.81 58.85 -
YUV 126.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 151 99 203 0.26 0.51 0 0.20 270 0.5 0.59
Hex 97 63 CB 1A 33 0 14 10E 32 3B
Octal 227 143 313 32 63 0 24 416 62 73
Binary 10010111 1100011 11001011 11010 110011 0 10100 100001110 110010 111011

Color Harmonies of #9763CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9763CB

Black with #9763CB

Text Example


Text Example

White with #9763CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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