Html Css Color HEX #9657CB Amethyst

📋 copy color: '#9657CB'

red 150 ◦ green 87 ◦ blue 203

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

Shades of Amethyst #9657CB

Tints of Amethyst #9657CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 34.09%
G = 19.77%
B = 46.14%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9657CB (or 0x9657CB) is known color: Amethyst. HEX triplet: 96, 57 and CB. RGB value is (150,87,203). Sum of RGB (Red+Green+Blue) = 150+87+203=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9657CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657CB is #69A834. Grayscale: #767676. Windows color (decimal): -6924341 or 13326230. OLE color: 13326230.

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

Color convert

RGB 150 87 203 -
CMYK 0.26 0.57 0 0.20
HSL 272.59º 0.53% 0.57% -
HSV(B) 272.59º 0.57% 0.8% -
XYZ 26.77 17.61 58.49 -
YUV 119.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 150 87 203 0.26 0.57 0 0.20 272.59 0.53 0.57
Hex 96 57 CB 1A 39 0 14 111 35 39
Octal 226 127 313 32 71 0 24 421 65 71
Binary 10010110 1010111 11001011 11010 111001 0 10100 100010001 110101 111001

Color Harmonies of #9657CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657CB

Black with #9657CB

Text Example


Text Example

White with #9657CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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