Html Css Color HEX #9468CC Amethyst

📋 copy color: '#9468CC'

red 148 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #9468CC

Tints of Amethyst #9468CC

RGB

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

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

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

R = 32.46%
G = 22.81%
B = 44.74%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9468CC (or 0x9468CC) is known color: Amethyst. HEX triplet: 94, 68 and CC. RGB value is (148,104,204). Sum of RGB (Red+Green+Blue) = 148+104+204=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9468CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468CC is #6B9733. Grayscale: #808080. Windows color (decimal): -7051060 or 13396116. OLE color: 13396116.

HSL color Cylindrical-coordinate representation of color #9468CC: hue angle of 266.4º degrees, saturation: 0.5, 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 #9468CC is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 104 204 -
CMYK 0.27 0.49 0 0.2
HSL 266.4º 0.5% 0.6% -
HSV(B) 266.4º 0.49% 0.8% -
XYZ 28.06 20.56 59.62 -
YUV 128.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 148 104 204 0.27 0.49 0 0.2 266.4 0.5 0.6
Hex 94 68 CC 1B 31 0 14 10A 32 3C
Octal 224 150 314 33 61 0 24 412 62 74
Binary 10010100 1101000 11001100 11011 110001 0 10100 100001010 110010 111100

Color Harmonies of #9468CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468CC

Black with #9468CC

Text Example


Text Example

White with #9468CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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