Html Css Color HEX #9650DB Amethyst

📋 copy color: '#9650DB'

red 150 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #9650DB

Tints of Amethyst #9650DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

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

R = 33.41%
G = 17.82%
B = 48.78%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9650DB (or 0x9650DB) is known color: Amethyst. HEX triplet: 96, 50 and DB. RGB value is (150,80,219). Sum of RGB (Red+Green+Blue) = 150+80+219=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9650DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650DB is #69AF24. Grayscale: #747474. Windows color (decimal): -6926117 or 14373014. OLE color: 14373014.

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

Color convert

RGB 150 80 219 -
CMYK 0.32 0.63 0 0.14
HSL 270.22º 0.66% 0.59% -
HSV(B) 270.22º 0.63% 0.86% -
XYZ 28.23 17.34 68.88 -
YUV 116.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 150 80 219 0.32 0.63 0 0.14 270.22 0.66 0.59
Hex 96 50 DB 20 3F 0 E 10E 42 3B
Octal 226 120 333 40 77 0 16 416 102 73
Binary 10010110 1010000 11011011 100000 111111 0 1110 100001110 1000010 111011

Color Harmonies of #9650DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650DB

Black with #9650DB

Text Example


Text Example

White with #9650DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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