Html Css Color HEX #9A5FCC Amethyst

📋 copy color: '#9A5FCC'

red 154 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #9A5FCC

Tints of Amethyst #9A5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

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

R = 34%
G = 20.97%
B = 45.03%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A5FCC (or 0x9A5FCC) is known color: Amethyst. HEX triplet: 9A, 5F and CC. RGB value is (154,95,204). Sum of RGB (Red+Green+Blue) = 154+95+204=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FCC is #65A033. Grayscale: #7C7C7C. Windows color (decimal): -6660148 or 13393818. OLE color: 13393818.

HSL color Cylindrical-coordinate representation of color #9A5FCC: hue angle of 272.48º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5FCC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 95 204 -
CMYK 0.25 0.53 0 0.2
HSL 272.48º 0.52% 0.59% -
HSV(B) 272.48º 0.53% 0.8% -
XYZ 28.32 19.41 59.38 -
YUV 125.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 154 95 204 0.25 0.53 0 0.2 272.48 0.52 0.59
Hex 9A 5F CC 19 35 0 14 110 34 3B
Octal 232 137 314 31 65 0 24 420 64 73
Binary 10011010 1011111 11001100 11001 110101 0 10100 100010000 110100 111011

Color Harmonies of #9A5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5FCC

Black with #9A5FCC

Text Example


Text Example

White with #9A5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,95,204); }

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

background-color css

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

 a { background-color: rgb(154,95,204); }

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

border-color css

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

 span { border-color: rgb(154,95,204); }

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