Html Css Color HEX #9456DC Amethyst

📋 copy color: '#9456DC'

red 148 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #9456DC

Tints of Amethyst #9456DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.94%

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 32.6%
G = 18.94%
B = 48.46%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9456DC (or 0x9456DC) is known color: Amethyst. HEX triplet: 94, 56 and DC. RGB value is (148,86,220). Sum of RGB (Red+Green+Blue) = 148+86+220=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9456DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456DC is #6BA923. Grayscale: #777777. Windows color (decimal): -7055652 or 14440084. OLE color: 14440084.

HSL color Cylindrical-coordinate representation of color #9456DC: hue angle of 267.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9456DC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 86 220 -
CMYK 0.33 0.61 0 0.14
HSL 267.76º 0.66% 0.6% -
HSV(B) 267.76º 0.61% 0.86% -
XYZ 28.46 18.12 69.71 -
YUV 119.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 148 86 220 0.33 0.61 0 0.14 267.76 0.66 0.6
Hex 94 56 DC 21 3D 0 E 10C 42 3C
Octal 224 126 334 41 75 0 16 414 102 74
Binary 10010100 1010110 11011100 100001 111101 0 1110 100001100 1000010 111100

Color Harmonies of #9456DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9456DC

Black with #9456DC

Text Example


Text Example

White with #9456DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9456DC; }

 p { color: rgb(148,86,220); }

 H1.HeaderClassName
 {
   color: #9456DC;
 }
 .AnyTagClassName
 {
   color: #9456DC;
 }
</style>

background-color css

<style>
 a { background-color: #9456DC; }

 a { background-color: rgb(148,86,220); }

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

border-color css

<style>
 span { border-color: #9456DC; }

 span { border-color: rgb(148,86,220); }

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