Html Css Color HEX #9466CC Amethyst

📋 copy color: '#9466CC'

red 148 ◦ green 102 ◦ blue 204

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

Shades of Amethyst #9466CC

Tints of Amethyst #9466CC

RGB

 RED value IS 148 (58.2% from 255) = 32.6%

 GREEN value IS 102 (40.23% from 255) = 22.47%

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

R = 32.6%
G = 22.47%
B = 44.93%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9466CC (or 0x9466CC) is known color: Amethyst. HEX triplet: 94, 66 and CC. RGB value is (148,102,204). Sum of RGB (Red+Green+Blue) = 148+102+204=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9466CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466CC is #6B9933. Grayscale: #7F7F7F. Windows color (decimal): -7051572 or 13395604. OLE color: 13395604.

HSL color Cylindrical-coordinate representation of color #9466CC: hue angle of 267.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9466CC is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 102 204 -
CMYK 0.27 0.5 0 0.2
HSL 267.06º 0.5% 0.6% -
HSV(B) 267.06º 0.5% 0.8% -
XYZ 27.86 20.16 59.55 -
YUV 127.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 148 102 204 0.27 0.5 0 0.2 267.06 0.5 0.6
Hex 94 66 CC 1B 32 0 14 10B 32 3C
Octal 224 146 314 33 62 0 24 413 62 74
Binary 10010100 1100110 11001100 11011 110010 0 10100 100001011 110010 111100

Color Harmonies of #9466CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466CC

Black with #9466CC

Text Example


Text Example

White with #9466CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9466CC; }

 p { color: rgb(148,102,204); }

 H1.HeaderClassName
 {
   color: #9466CC;
 }
 .AnyTagClassName
 {
   color: #9466CC;
 }
</style>

background-color css

<style>
 a { background-color: #9466CC; }

 a { background-color: rgb(148,102,204); }

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

border-color css

<style>
 span { border-color: #9466CC; }

 span { border-color: rgb(148,102,204); }

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