Html Css Color HEX #9652DE Amethyst

📋 copy color: '#9652DE'

red 150 ◦ green 82 ◦ blue 222

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

Shades of Amethyst #9652DE

Tints of Amethyst #9652DE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 33.04%
G = 18.06%
B = 48.9%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9652DE (or 0x9652DE) is known color: Amethyst. HEX triplet: 96, 52 and DE. RGB value is (150,82,222). Sum of RGB (Red+Green+Blue) = 150+82+222=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #9652DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652DE is #69AD21. Grayscale: #757575. Windows color (decimal): -6925602 or 14570134. OLE color: 14570134.

HSL color Cylindrical-coordinate representation of color #9652DE: hue angle of 269.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9652DE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 82 222 -
CMYK 0.32 0.63 0 0.13
HSL 269.14º 0.68% 0.6% -
HSV(B) 269.14º 0.63% 0.87% -
XYZ 28.78 17.79 71.02 -
YUV 118.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 150 82 222 0.32 0.63 0 0.13 269.14 0.68 0.6
Hex 96 52 DE 20 3F 0 D 10D 44 3C
Octal 226 122 336 40 77 0 15 415 104 74
Binary 10010110 1010010 11011110 100000 111111 0 1101 100001101 1000100 111100

Color Harmonies of #9652DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9652DE

Black with #9652DE

Text Example


Text Example

White with #9652DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9652DE; }

 p { color: rgb(150,82,222); }

 H1.HeaderClassName
 {
   color: #9652DE;
 }
 .AnyTagClassName
 {
   color: #9652DE;
 }
</style>

background-color css

<style>
 a { background-color: #9652DE; }

 a { background-color: rgb(150,82,222); }

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

border-color css

<style>
 span { border-color: #9652DE; }

 span { border-color: rgb(150,82,222); }

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