Html Css Color HEX #9653D8 Amethyst

📋 copy color: '#9653D8'

red 150 ◦ green 83 ◦ blue 216

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

Shades of Amethyst #9653D8

Tints of Amethyst #9653D8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 33.41%
G = 18.49%
B = 48.11%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9653D8 (or 0x9653D8) is known color: Amethyst. HEX triplet: 96, 53 and D8. RGB value is (150,83,216). Sum of RGB (Red+Green+Blue) = 150+83+216=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #9653D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653D8 is #69AC27. Grayscale: #757575. Windows color (decimal): -6925352 or 14177174. OLE color: 14177174.

HSL color Cylindrical-coordinate representation of color #9653D8: hue angle of 270.23º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9653D8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 83 216 -
CMYK 0.31 0.62 0 0.15
HSL 270.23º 0.63% 0.59% -
HSV(B) 270.23º 0.62% 0.85% -
XYZ 28.07 17.63 66.89 -
YUV 118.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 150 83 216 0.31 0.62 0 0.15 270.23 0.63 0.59
Hex 96 53 D8 1F 3E 0 F 10E 3F 3B
Octal 226 123 330 37 76 0 17 416 77 73
Binary 10010110 1010011 11011000 11111 111110 0 1111 100001110 111111 111011

Color Harmonies of #9653D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653D8

Black with #9653D8

Text Example


Text Example

White with #9653D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9653D8; }

 p { color: rgb(150,83,216); }

 H1.HeaderClassName
 {
   color: #9653D8;
 }
 .AnyTagClassName
 {
   color: #9653D8;
 }
</style>

background-color css

<style>
 a { background-color: #9653D8; }

 a { background-color: rgb(150,83,216); }

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

border-color css

<style>
 span { border-color: #9653D8; }

 span { border-color: rgb(150,83,216); }

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