Html Css Color HEX #9653DC Amethyst

📋 copy color: '#9653DC'

red 150 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9653DC

Tints of Amethyst #9653DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 33.11%
G = 18.32%
B = 48.57%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9653DC (or 0x9653DC) is known color: Amethyst. HEX triplet: 96, 53 and DC. RGB value is (150,83,220). Sum of RGB (Red+Green+Blue) = 150+83+220=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9653DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653DC is #69AC23. Grayscale: #767676. Windows color (decimal): -6925348 or 14439318. OLE color: 14439318.

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

Color convert

RGB 150 83 220 -
CMYK 0.32 0.62 0 0.14
HSL 269.34º 0.66% 0.59% -
HSV(B) 269.34º 0.62% 0.86% -
XYZ 28.59 17.84 69.65 -
YUV 118.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 150 83 220 0.32 0.62 0 0.14 269.34 0.66 0.59
Hex 96 53 DC 20 3E 0 E 10D 42 3B
Octal 226 123 334 40 76 0 16 415 102 73
Binary 10010110 1010011 11011100 100000 111110 0 1110 100001101 1000010 111011

Color Harmonies of #9653DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653DC

Black with #9653DC

Text Example


Text Example

White with #9653DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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