Html Css Color HEX #9652D7 Amethyst

📋 copy color: '#9652D7'

red 150 ◦ green 82 ◦ blue 215

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

Shades of Amethyst #9652D7

Tints of Amethyst #9652D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.1%

R = 33.56%
G = 18.34%
B = 48.1%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9652D7 (or 0x9652D7) is known color: Amethyst. HEX triplet: 96, 52 and D7. RGB value is (150,82,215). Sum of RGB (Red+Green+Blue) = 150+82+215=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #9652D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652D7 is #69AD28. Grayscale: #757575. Windows color (decimal): -6925609 or 14111382. OLE color: 14111382.

HSL color Cylindrical-coordinate representation of color #9652D7: hue angle of 270.68º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9652D7 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 82 215 -
CMYK 0.30 0.62 0 0.16
HSL 270.68º 0.62% 0.58% -
HSV(B) 270.68º 0.62% 0.84% -
XYZ 27.86 17.42 66.18 -
YUV 117.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 150 82 215 0.30 0.62 0 0.16 270.68 0.62 0.58
Hex 96 52 D7 1E 3E 0 10 10F 3E 3A
Octal 226 122 327 36 76 0 20 417 76 72
Binary 10010110 1010010 11010111 11110 111110 0 10000 100001111 111110 111010

Color Harmonies of #9652D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9652D7

Black with #9652D7

Text Example


Text Example

White with #9652D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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