Html Css Color HEX #9653CD Amethyst

📋 copy color: '#9653CD'

red 150 ◦ green 83 ◦ blue 205

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

Shades of Amethyst #9653CD

Tints of Amethyst #9653CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 34.25%
G = 18.95%
B = 46.8%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9653CD (or 0x9653CD) is known color: Amethyst. HEX triplet: 96, 53 and CD. RGB value is (150,83,205). Sum of RGB (Red+Green+Blue) = 150+83+205=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #9653CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653CD is #69AC32. Grayscale: #747474. Windows color (decimal): -6925363 or 13456278. OLE color: 13456278.

HSL color Cylindrical-coordinate representation of color #9653CD: hue angle of 272.95º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9653CD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 83 205 -
CMYK 0.27 0.60 0 0.20
HSL 272.95º 0.55% 0.56% -
HSV(B) 272.95º 0.6% 0.8% -
XYZ 26.69 17.08 59.65 -
YUV 116.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 150 83 205 0.27 0.60 0 0.20 272.95 0.55 0.56
Hex 96 53 CD 1B 3C 0 14 111 37 38
Octal 226 123 315 33 74 0 24 421 67 70
Binary 10010110 1010011 11001101 11011 111100 0 10100 100010001 110111 111000

Color Harmonies of #9653CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653CD

Black with #9653CD

Text Example


Text Example

White with #9653CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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