Html Css Color HEX #9655DF Amethyst

📋 copy color: '#9655DF'

red 150 ◦ green 85 ◦ blue 223

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

Shades of Amethyst #9655DF

Tints of Amethyst #9655DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 32.75%
G = 18.56%
B = 48.69%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9655DF (or 0x9655DF) is known color: Amethyst. HEX triplet: 96, 55 and DF. RGB value is (150,85,223). Sum of RGB (Red+Green+Blue) = 150+85+223=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #9655DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655DF is #69AA20. Grayscale: #777777. Windows color (decimal): -6924833 or 14636438. OLE color: 14636438.

HSL color Cylindrical-coordinate representation of color #9655DF: hue angle of 268.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9655DF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 85 223 -
CMYK 0.33 0.62 0 0.13
HSL 268.26º 0.68% 0.6% -
HSV(B) 268.26º 0.62% 0.87% -
XYZ 29.15 18.31 71.81 -
YUV 120.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 150 85 223 0.33 0.62 0 0.13 268.26 0.68 0.6
Hex 96 55 DF 21 3E 0 D 10C 44 3C
Octal 226 125 337 41 76 0 15 414 104 74
Binary 10010110 1010101 11011111 100001 111110 0 1101 100001100 1000100 111100

Color Harmonies of #9655DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655DF

Black with #9655DF

Text Example


Text Example

White with #9655DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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