Html Css Color HEX #9464BC Amethyst

📋 copy color: '#9464BC'

red 148 ◦ green 100 ◦ blue 188

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

Shades of Amethyst #9464BC

Tints of Amethyst #9464BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 33.94%
G = 22.94%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9464BC (or 0x9464BC) is known color: Amethyst. HEX triplet: 94, 64 and BC. RGB value is (148,100,188). Sum of RGB (Red+Green+Blue) = 148+100+188=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9464BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464BC is #6B9B43. Grayscale: #7C7C7C. Windows color (decimal): -7052100 or 12346516. OLE color: 12346516.

HSL color Cylindrical-coordinate representation of color #9464BC: hue angle of 272.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9464BC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 100 188 -
CMYK 0.21 0.47 0 0.26
HSL 272.73º 0.4% 0.56% -
HSV(B) 272.73º 0.47% 0.74% -
XYZ 25.85 19.04 49.89 -
YUV 124.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 148 100 188 0.21 0.47 0 0.26 272.73 0.4 0.56
Hex 94 64 BC 15 2F 0 1A 111 28 38
Octal 224 144 274 25 57 0 32 421 50 70
Binary 10010100 1100100 10111100 10101 101111 0 11010 100010001 101000 111000

Color Harmonies of #9464BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464BC

Black with #9464BC

Text Example


Text Example

White with #9464BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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