Html Css Color HEX #9451DC Amethyst

📋 copy color: '#9451DC'

red 148 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9451DC

Tints of Amethyst #9451DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 32.96%
G = 18.04%
B = 49%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9451DC (or 0x9451DC) is known color: Amethyst. HEX triplet: 94, 51 and DC. RGB value is (148,81,220). Sum of RGB (Red+Green+Blue) = 148+81+220=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9451DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451DC is #6BAE23. Grayscale: #747474. Windows color (decimal): -7056932 or 14438804. OLE color: 14438804.

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

Color convert

RGB 148 81 220 -
CMYK 0.33 0.63 0 0.14
HSL 268.92º 0.67% 0.59% -
HSV(B) 268.92º 0.63% 0.86% -
XYZ 28.07 17.35 69.58 -
YUV 116.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 148 81 220 0.33 0.63 0 0.14 268.92 0.67 0.59
Hex 94 51 DC 21 3F 0 E 10D 43 3B
Octal 224 121 334 41 77 0 16 415 103 73
Binary 10010100 1010001 11011100 100001 111111 0 1110 100001101 1000011 111011

Color Harmonies of #9451DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9451DC

Black with #9451DC

Text Example


Text Example

White with #9451DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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