Html Css Color HEX #9755CB Amethyst

📋 copy color: '#9755CB'

red 151 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #9755CB

Tints of Amethyst #9755CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.36%

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

R = 34.4%
G = 19.36%
B = 46.24%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9755CB (or 0x9755CB) is known color: Amethyst. HEX triplet: 97, 55 and CB. RGB value is (151,85,203). Sum of RGB (Red+Green+Blue) = 151+85+203=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9755CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755CB is #68AA34. Grayscale: #757575. Windows color (decimal): -6859317 or 13325719. OLE color: 13325719.

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

Color convert

RGB 151 85 203 -
CMYK 0.26 0.58 0 0.20
HSL 273.56º 0.53% 0.56% -
HSV(B) 273.56º 0.58% 0.8% -
XYZ 26.79 17.39 58.44 -
YUV 118.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 151 85 203 0.26 0.58 0 0.20 273.56 0.53 0.56
Hex 97 55 CB 1A 3A 0 14 112 35 38
Octal 227 125 313 32 72 0 24 422 65 70
Binary 10010111 1010101 11001011 11010 111010 0 10100 100010010 110101 111000

Color Harmonies of #9755CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755CB

Black with #9755CB

Text Example


Text Example

White with #9755CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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