Html Css Color HEX #9655D4 Amethyst

📋 copy color: '#9655D4'

red 150 ◦ green 85 ◦ blue 212

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

Shades of Amethyst #9655D4

Tints of Amethyst #9655D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.43%

R = 33.56%
G = 19.02%
B = 47.43%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9655D4 (or 0x9655D4) is known color: Amethyst. HEX triplet: 96, 55 and D4. RGB value is (150,85,212). Sum of RGB (Red+Green+Blue) = 150+85+212=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #9655D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655D4 is #69AA2B. Grayscale: #767676. Windows color (decimal): -6924844 or 13915542. OLE color: 13915542.

HSL color Cylindrical-coordinate representation of color #9655D4: hue angle of 270.71º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9655D4 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 85 212 -
CMYK 0.29 0.60 0 0.17
HSL 270.71º 0.6% 0.58% -
HSV(B) 270.71º 0.6% 0.83% -
XYZ 27.71 17.73 64.25 -
YUV 118.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 150 85 212 0.29 0.60 0 0.17 270.71 0.6 0.58
Hex 96 55 D4 1D 3C 0 11 10F 3C 3A
Octal 226 125 324 35 74 0 21 417 74 72
Binary 10010110 1010101 11010100 11101 111100 0 10001 100001111 111100 111010

Color Harmonies of #9655D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655D4

Black with #9655D4

Text Example


Text Example

White with #9655D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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