Html Css Color HEX #9452DD Amethyst

📋 copy color: '#9452DD'

red 148 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9452DD

Tints of Amethyst #9452DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.18%

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

R = 32.82%
G = 18.18%
B = 49%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9452DD (or 0x9452DD) is known color: Amethyst. HEX triplet: 94, 52 and DD. RGB value is (148,82,221). Sum of RGB (Red+Green+Blue) = 148+82+221=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #9452DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452DD is #6BAD22. Grayscale: #757575. Windows color (decimal): -7056675 or 14504596. OLE color: 14504596.

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

Color convert

RGB 148 82 221 -
CMYK 0.33 0.63 0 0.13
HSL 268.49º 0.67% 0.59% -
HSV(B) 268.49º 0.63% 0.87% -
XYZ 28.28 17.55 70.3 -
YUV 117.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 148 82 221 0.33 0.63 0 0.13 268.49 0.67 0.59
Hex 94 52 DD 21 3F 0 D 10C 43 3B
Octal 224 122 335 41 77 0 15 414 103 73
Binary 10010100 1010010 11011101 100001 111111 0 1101 100001100 1000011 111011

Color Harmonies of #9452DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9452DD

Black with #9452DD

Text Example


Text Example

White with #9452DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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