Html Css Color HEX #9655CB Amethyst

📋 copy color: '#9655CB'

red 150 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #9655CB

Tints of Amethyst #9655CB

RGB

 RED value IS 150 (58.98% from 255) = 34.25%

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

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

R = 34.25%
G = 19.41%
B = 46.35%

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

#9655CB (or 0x9655CB) is known color: Amethyst. HEX triplet: 96, 55 and CB. RGB value is (150,85,203). Sum of RGB (Red+Green+Blue) = 150+85+203=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9655CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655CB is #69AA34. Grayscale: #757575. Windows color (decimal): -6924853 or 13325718. OLE color: 13325718.

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

Color convert

RGB 150 85 203 -
CMYK 0.26 0.58 0 0.20
HSL 273.05º 0.53% 0.56% -
HSV(B) 273.05º 0.58% 0.8% -
XYZ 26.61 17.29 58.44 -
YUV 117.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 150 85 203 0.26 0.58 0 0.20 273.05 0.53 0.56
Hex 96 55 CB 1A 3A 0 14 111 35 38
Octal 226 125 313 32 72 0 24 421 65 70
Binary 10010110 1010101 11001011 11010 111010 0 10100 100010001 110101 111000

Color Harmonies of #9655CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655CB

Black with #9655CB

Text Example


Text Example

White with #9655CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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