Html Css Color HEX #9464CC Amethyst

📋 copy color: '#9464CC'

red 148 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #9464CC

Tints of Amethyst #9464CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.12%

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

R = 32.74%
G = 22.12%
B = 45.13%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9464CC (or 0x9464CC) is known color: Amethyst. HEX triplet: 94, 64 and CC. RGB value is (148,100,204). Sum of RGB (Red+Green+Blue) = 148+100+204=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9464CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464CC is #6B9B33. Grayscale: #7D7D7D. Windows color (decimal): -7052084 or 13395092. OLE color: 13395092.

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

Color convert

RGB 148 100 204 -
CMYK 0.27 0.51 0 0.2
HSL 267.69º 0.5% 0.6% -
HSV(B) 267.69º 0.51% 0.8% -
XYZ 27.67 19.77 59.48 -
YUV 126.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 148 100 204 0.27 0.51 0 0.2 267.69 0.5 0.6
Hex 94 64 CC 1B 33 0 14 10C 32 3C
Octal 224 144 314 33 63 0 24 414 62 74
Binary 10010100 1100100 11001100 11011 110011 0 10100 100001100 110010 111100

Color Harmonies of #9464CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464CC

Black with #9464CC

Text Example


Text Example

White with #9464CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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