Html Css Color HEX #9A6BCA Amethyst

📋 copy color: '#9A6BCA'

red 154 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #9A6BCA

Tints of Amethyst #9A6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.11%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 33.26%
G = 23.11%
B = 43.63%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A6BCA (or 0x9A6BCA) is known color: Amethyst. HEX triplet: 9A, 6B and CA. RGB value is (154,107,202). Sum of RGB (Red+Green+Blue) = 154+107+202=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BCA is #659435. Grayscale: #838383. Windows color (decimal): -6657078 or 13265818. OLE color: 13265818.

HSL color Cylindrical-coordinate representation of color #9A6BCA: hue angle of 269.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6BCA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 107 202 -
CMYK 0.24 0.47 0 0.21
HSL 269.68º 0.47% 0.61% -
HSV(B) 269.68º 0.47% 0.79% -
XYZ 29.24 21.65 58.51 -
YUV 131.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 154 107 202 0.24 0.47 0 0.21 269.68 0.47 0.61
Hex 9A 6B CA 18 2F 0 15 10E 2F 3D
Octal 232 153 312 30 57 0 25 416 57 75
Binary 10011010 1101011 11001010 11000 101111 0 10101 100001110 101111 111101

Color Harmonies of #9A6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BCA

Black with #9A6BCA

Text Example


Text Example

White with #9A6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,202); }

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

background-color css

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

 a { background-color: rgb(154,107,202); }

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

border-color css

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

 span { border-color: rgb(154,107,202); }

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