Html Css Color HEX #9463CB Amethyst

📋 copy color: '#9463CB'

red 148 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #9463CB

Tints of Amethyst #9463CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 32.89%
G = 22%
B = 45.11%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9463CB (or 0x9463CB) is known color: Amethyst. HEX triplet: 94, 63 and CB. RGB value is (148,99,203). Sum of RGB (Red+Green+Blue) = 148+99+203=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9463CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463CB is #6B9C34. Grayscale: #7D7D7D. Windows color (decimal): -7052341 or 13329300. OLE color: 13329300.

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

Color convert

RGB 148 99 203 -
CMYK 0.27 0.51 0 0.20
HSL 268.27º 0.5% 0.59% -
HSV(B) 268.27º 0.51% 0.8% -
XYZ 27.45 19.53 58.82 -
YUV 125.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 148 99 203 0.27 0.51 0 0.20 268.27 0.5 0.59
Hex 94 63 CB 1B 33 0 14 10C 32 3B
Octal 224 143 313 33 63 0 24 414 62 73
Binary 10010100 1100011 11001011 11011 110011 0 10100 100001100 110010 111011

Color Harmonies of #9463CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463CB

Black with #9463CB

Text Example


Text Example

White with #9463CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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