Html Css Color HEX #9655DB Amethyst

📋 copy color: '#9655DB'

red 150 ◦ green 85 ◦ blue 219

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

Shades of Amethyst #9655DB

Tints of Amethyst #9655DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 33.04%
G = 18.72%
B = 48.24%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9655DB (or 0x9655DB) is known color: Amethyst. HEX triplet: 96, 55 and DB. RGB value is (150,85,219). Sum of RGB (Red+Green+Blue) = 150+85+219=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9655DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655DB is #69AA24. Grayscale: #777777. Windows color (decimal): -6924837 or 14374294. OLE color: 14374294.

HSL color Cylindrical-coordinate representation of color #9655DB: hue angle of 269.1º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9655DB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 85 219 -
CMYK 0.32 0.61 0 0.14
HSL 269.1º 0.65% 0.6% -
HSV(B) 269.1º 0.61% 0.86% -
XYZ 28.61 18.1 69 -
YUV 119.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 150 85 219 0.32 0.61 0 0.14 269.1 0.65 0.6
Hex 96 55 DB 20 3D 0 E 10D 41 3C
Octal 226 125 333 40 75 0 16 415 101 74
Binary 10010110 1010101 11011011 100000 111101 0 1110 100001101 1000001 111100

Color Harmonies of #9655DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655DB

Black with #9655DB

Text Example


Text Example

White with #9655DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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