Html Css Color HEX #9453DD Amethyst

📋 copy color: '#9453DD'

red 148 ◦ green 83 ◦ blue 221

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

Shades of Amethyst #9453DD

Tints of Amethyst #9453DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 32.74%
G = 18.36%
B = 48.89%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9453DD (or 0x9453DD) is known color: Amethyst. HEX triplet: 94, 53 and DD. RGB value is (148,83,221). Sum of RGB (Red+Green+Blue) = 148+83+221=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #9453DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453DD is #6BAC22. Grayscale: #757575. Windows color (decimal): -7056419 or 14504852. OLE color: 14504852.

HSL color Cylindrical-coordinate representation of color #9453DD: hue angle of 268.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9453DD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 83 221 -
CMYK 0.33 0.62 0 0.13
HSL 268.26º 0.67% 0.6% -
HSV(B) 268.26º 0.62% 0.87% -
XYZ 28.36 17.7 70.33 -
YUV 118.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 148 83 221 0.33 0.62 0 0.13 268.26 0.67 0.6
Hex 94 53 DD 21 3E 0 D 10C 43 3C
Octal 224 123 335 41 76 0 15 414 103 74
Binary 10010100 1010011 11011101 100001 111110 0 1101 100001100 1000011 111100

Color Harmonies of #9453DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453DD

Black with #9453DD

Text Example


Text Example

White with #9453DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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