Html Css Color HEX #9A68CB Amethyst

📋 copy color: '#9A68CB'

red 154 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #9A68CB

Tints of Amethyst #9A68CB

RGB

 RED value IS 154 (60.55% from 255) = 33.41%

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

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

R = 33.41%
G = 22.56%
B = 44.03%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A68CB (or 0x9A68CB) is known color: Amethyst. HEX triplet: 9A, 68 and CB. RGB value is (154,104,203). Sum of RGB (Red+Green+Blue) = 154+104+203=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68CB is #659734. Grayscale: #818181. Windows color (decimal): -6657845 or 13330586. OLE color: 13330586.

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

Color convert

RGB 154 104 203 -
CMYK 0.24 0.49 0 0.20
HSL 270.3º 0.49% 0.6% -
HSV(B) 270.3º 0.49% 0.8% -
XYZ 29.06 21.08 59.04 -
YUV 130.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 154 104 203 0.24 0.49 0 0.20 270.3 0.49 0.6
Hex 9A 68 CB 18 31 0 14 10E 31 3C
Octal 232 150 313 30 61 0 24 416 61 74
Binary 10011010 1101000 11001011 11000 110001 0 10100 100001110 110001 111100

Color Harmonies of #9A68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68CB

Black with #9A68CB

Text Example


Text Example

White with #9A68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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