Html Css Color HEX #9658CB Amethyst

📋 copy color: '#9658CB'

red 150 ◦ green 88 ◦ blue 203

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

Shades of Amethyst #9658CB

Tints of Amethyst #9658CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 34.01%
G = 19.95%
B = 46.03%

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

#9658CB (or 0x9658CB) is known color: Amethyst. HEX triplet: 96, 58 and CB. RGB value is (150,88,203). Sum of RGB (Red+Green+Blue) = 150+88+203=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9658CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658CB is #69A734. Grayscale: #777777. Windows color (decimal): -6924085 or 13326486. OLE color: 13326486.

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

Color convert

RGB 150 88 203 -
CMYK 0.26 0.57 0 0.20
HSL 272.35º 0.53% 0.57% -
HSV(B) 272.35º 0.57% 0.8% -
XYZ 26.85 17.78 58.52 -
YUV 119.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 150 88 203 0.26 0.57 0 0.20 272.35 0.53 0.57
Hex 96 58 CB 1A 39 0 14 110 35 39
Octal 226 130 313 32 71 0 24 420 65 71
Binary 10010110 1011000 11001011 11010 111001 0 10100 100010000 110101 111001

Color Harmonies of #9658CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9658CB

Black with #9658CB

Text Example


Text Example

White with #9658CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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