Html Css Color HEX #9D68CB Amethyst

📋 copy color: '#9D68CB'

red 157 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #9D68CB

Tints of Amethyst #9D68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 33.84%
G = 22.41%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D68CB (or 0x9D68CB) is known color: Amethyst. HEX triplet: 9D, 68 and CB. RGB value is (157,104,203). Sum of RGB (Red+Green+Blue) = 157+104+203=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68CB is #629734. Grayscale: #828282. Windows color (decimal): -6461237 or 13330589. OLE color: 13330589.

HSL color Cylindrical-coordinate representation of color #9D68CB: hue angle of 272.12º degrees, saturation: 0.49, 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 #9D68CB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 104 203 -
CMYK 0.23 0.49 0 0.20
HSL 272.12º 0.49% 0.6% -
HSV(B) 272.12º 0.49% 0.8% -
XYZ 29.63 21.38 59.06 -
YUV 131.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 157 104 203 0.23 0.49 0 0.20 272.12 0.49 0.6
Hex 9D 68 CB 17 31 0 14 110 31 3C
Octal 235 150 313 27 61 0 24 420 61 74
Binary 10011101 1101000 11001011 10111 110001 0 10100 100010000 110001 111100

Color Harmonies of #9D68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D68CB

Black with #9D68CB

Text Example


Text Example

White with #9D68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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