Html Css Color HEX #9654CF Amethyst

📋 copy color: '#9654CF'

red 150 ◦ green 84 ◦ blue 207

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

Shades of Amethyst #9654CF

Tints of Amethyst #9654CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 34.01%
G = 19.05%
B = 46.94%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9654CF (or 0x9654CF) is known color: Amethyst. HEX triplet: 96, 54 and CF. RGB value is (150,84,207). Sum of RGB (Red+Green+Blue) = 150+84+207=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9654CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654CF is #69AB30. Grayscale: #757575. Windows color (decimal): -6925105 or 13587606. OLE color: 13587606.

HSL color Cylindrical-coordinate representation of color #9654CF: hue angle of 272.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9654CF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 84 207 -
CMYK 0.28 0.59 0 0.19
HSL 272.2º 0.56% 0.57% -
HSV(B) 272.2º 0.59% 0.81% -
XYZ 27.01 17.33 60.95 -
YUV 117.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 150 84 207 0.28 0.59 0 0.19 272.2 0.56 0.57
Hex 96 54 CF 1C 3B 0 13 110 38 39
Octal 226 124 317 34 73 0 23 420 70 71
Binary 10010110 1010100 11001111 11100 111011 0 10011 100010000 111000 111001

Color Harmonies of #9654CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654CF

Black with #9654CF

Text Example


Text Example

White with #9654CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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