Html Css Color HEX #9463CE Amethyst

📋 copy color: '#9463CE'

red 148 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #9463CE

Tints of Amethyst #9463CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 32.67%
G = 21.85%
B = 45.47%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9463CE (or 0x9463CE) is known color: Amethyst. HEX triplet: 94, 63 and CE. RGB value is (148,99,206). Sum of RGB (Red+Green+Blue) = 148+99+206=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9463CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463CE is #6B9C31. Grayscale: #7D7D7D. Windows color (decimal): -7052338 or 13525908. OLE color: 13525908.

HSL color Cylindrical-coordinate representation of color #9463CE: hue angle of 267.48º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9463CE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 99 206 -
CMYK 0.28 0.52 0 0.19
HSL 267.48º 0.52% 0.6% -
HSV(B) 267.48º 0.52% 0.81% -
XYZ 27.82 19.68 60.72 -
YUV 125.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 148 99 206 0.28 0.52 0 0.19 267.48 0.52 0.6
Hex 94 63 CE 1C 34 0 13 10B 34 3C
Octal 224 143 316 34 64 0 23 413 64 74
Binary 10010100 1100011 11001110 11100 110100 0 10011 100001011 110100 111100

Color Harmonies of #9463CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463CE

Black with #9463CE

Text Example


Text Example

White with #9463CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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