Html Css Color HEX #9654DF Amethyst

📋 copy color: '#9654DF'

red 150 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #9654DF

Tints of Amethyst #9654DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 32.82%
G = 18.38%
B = 48.8%

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

#9654DF (or 0x9654DF) is known color: Amethyst. HEX triplet: 96, 54 and DF. RGB value is (150,84,223). Sum of RGB (Red+Green+Blue) = 150+84+223=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9654DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654DF is #69AB20. Grayscale: #777777. Windows color (decimal): -6925089 or 14636182. OLE color: 14636182.

HSL color Cylindrical-coordinate representation of color #9654DF: hue angle of 268.49º 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 #9654DF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 84 223 -
CMYK 0.33 0.62 0 0.13
HSL 268.49º 0.68% 0.6% -
HSV(B) 268.49º 0.62% 0.87% -
XYZ 29.07 18.15 71.78 -
YUV 119.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 150 84 223 0.33 0.62 0 0.13 268.49 0.68 0.6
Hex 96 54 DF 21 3E 0 D 10C 44 3C
Octal 226 124 337 41 76 0 15 414 104 74
Binary 10010110 1010100 11011111 100001 111110 0 1101 100001100 1000100 111100

Color Harmonies of #9654DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654DF

Black with #9654DF

Text Example


Text Example

White with #9654DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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