Html Css Color HEX #9A68D5 Amethyst

📋 copy color: '#9A68D5'

red 154 ◦ green 104 ◦ blue 213

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

Shades of Amethyst #9A68D5

Tints of Amethyst #9A68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 32.7%
G = 22.08%
B = 45.22%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9A68D5 (or 0x9A68D5) is known color: Amethyst. HEX triplet: 9A, 68 and D5. RGB value is (154,104,213). Sum of RGB (Red+Green+Blue) = 154+104+213=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A68D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68D5 is #65972A. Grayscale: #828282. Windows color (decimal): -6657835 or 13985946. OLE color: 13985946.

HSL color Cylindrical-coordinate representation of color #9A68D5: hue angle of 267.52º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A68D5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 104 213 -
CMYK 0.28 0.51 0 0.16
HSL 267.52º 0.56% 0.62% -
HSV(B) 267.52º 0.51% 0.84% -
XYZ 30.29 21.57 65.52 -
YUV 131.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 154 104 213 0.28 0.51 0 0.16 267.52 0.56 0.62
Hex 9A 68 D5 1C 33 0 10 10C 38 3E
Octal 232 150 325 34 63 0 20 414 70 76
Binary 10011010 1101000 11010101 11100 110011 0 10000 100001100 111000 111110

Color Harmonies of #9A68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68D5

Black with #9A68D5

Text Example


Text Example

White with #9A68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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