Html Css Color HEX #9463BC Amethyst

📋 copy color: '#9463BC'

red 148 ◦ green 99 ◦ blue 188

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

Shades of Amethyst #9463BC

Tints of Amethyst #9463BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.76%

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

R = 34.02%
G = 22.76%
B = 43.22%

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

#9463BC (or 0x9463BC) is known color: Amethyst. HEX triplet: 94, 63 and BC. RGB value is (148,99,188). Sum of RGB (Red+Green+Blue) = 148+99+188=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #9463BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463BC is #6B9C43. Grayscale: #7B7B7B. Windows color (decimal): -7052356 or 12346260. OLE color: 12346260.

HSL color Cylindrical-coordinate representation of color #9463BC: hue angle of 273.03º 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 #9463BC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 99 188 -
CMYK 0.21 0.47 0 0.26
HSL 273.03º 0.4% 0.56% -
HSV(B) 273.03º 0.47% 0.74% -
XYZ 25.75 18.85 49.86 -
YUV 123.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 148 99 188 0.21 0.47 0 0.26 273.03 0.4 0.56
Hex 94 63 BC 15 2F 0 1A 111 28 38
Octal 224 143 274 25 57 0 32 421 50 70
Binary 10010100 1100011 10111100 10101 101111 0 11010 100010001 101000 111000

Color Harmonies of #9463BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463BC

Black with #9463BC

Text Example


Text Example

White with #9463BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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