Html Css Color HEX #9D68CC Amethyst

📋 copy color: '#9D68CC'

red 157 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #9D68CC

Tints of Amethyst #9D68CC

RGB

 RED value IS 157 (61.72% from 255) = 33.76%

 GREEN value IS 104 (41.02% from 255) = 22.37%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 33.76%
G = 22.37%
B = 43.87%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D68CC (or 0x9D68CC) is known color: Amethyst. HEX triplet: 9D, 68 and CC. RGB value is (157,104,204). Sum of RGB (Red+Green+Blue) = 157+104+204=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68CC is #629733. Grayscale: #828282. Windows color (decimal): -6461236 or 13396125. OLE color: 13396125.

HSL color Cylindrical-coordinate representation of color #9D68CC: hue angle of 271.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D68CC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 104 204 -
CMYK 0.23 0.49 0 0.2
HSL 271.8º 0.5% 0.6% -
HSV(B) 271.8º 0.49% 0.8% -
XYZ 29.75 21.43 59.69 -
YUV 131.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 157 104 204 0.23 0.49 0 0.2 271.8 0.5 0.6
Hex 9D 68 CC 17 31 0 14 110 32 3C
Octal 235 150 314 27 61 0 24 420 62 74
Binary 10011101 1101000 11001100 10111 110001 0 10100 100010000 110010 111100

Color Harmonies of #9D68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D68CC

Black with #9D68CC

Text Example


Text Example

White with #9D68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D68CC; }

 p { color: rgb(157,104,204); }

 H1.HeaderClassName
 {
   color: #9D68CC;
 }
 .AnyTagClassName
 {
   color: #9D68CC;
 }
</style>

background-color css

<style>
 a { background-color: #9D68CC; }

 a { background-color: rgb(157,104,204); }

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

border-color css

<style>
 span { border-color: #9D68CC; }

 span { border-color: rgb(157,104,204); }

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