Html Css Color HEX #9453DC Amethyst

📋 copy color: '#9453DC'

red 148 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9453DC

Tints of Amethyst #9453DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.4%

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

R = 32.82%
G = 18.4%
B = 48.78%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9453DC (or 0x9453DC) is known color: Amethyst. HEX triplet: 94, 53 and DC. RGB value is (148,83,220). Sum of RGB (Red+Green+Blue) = 148+83+220=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #9453DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453DC is #6BAC23. Grayscale: #757575. Windows color (decimal): -7056420 or 14439316. OLE color: 14439316.

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

Color convert

RGB 148 83 220 -
CMYK 0.33 0.62 0 0.14
HSL 268.47º 0.66% 0.59% -
HSV(B) 268.47º 0.62% 0.86% -
XYZ 28.22 17.65 69.63 -
YUV 118.05 185.53 149.36 -
System Red Green Blue C M Y K H S L
Decimal 148 83 220 0.33 0.62 0 0.14 268.47 0.66 0.59
Hex 94 53 DC 21 3E 0 E 10C 42 3B
Octal 224 123 334 41 76 0 16 414 102 73
Binary 10010100 1010011 11011100 100001 111110 0 1110 100001100 1000010 111011

Color Harmonies of #9453DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453DC

Black with #9453DC

Text Example


Text Example

White with #9453DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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