Html Css Color HEX #9452DB Amethyst

📋 copy color: '#9452DB'

red 148 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #9452DB

Tints of Amethyst #9452DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 32.96%
G = 18.26%
B = 48.78%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9452DB (or 0x9452DB) is known color: Amethyst. HEX triplet: 94, 52 and DB. RGB value is (148,82,219). Sum of RGB (Red+Green+Blue) = 148+82+219=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9452DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452DB is #6BAD24. Grayscale: #747474. Windows color (decimal): -7056677 or 14373524. OLE color: 14373524.

HSL color Cylindrical-coordinate representation of color #9452DB: hue angle of 268.91º degrees, saturation: 0.66, 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 #9452DB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 82 219 -
CMYK 0.32 0.63 0 0.14
HSL 268.91º 0.66% 0.59% -
HSV(B) 268.91º 0.63% 0.86% -
XYZ 28.02 17.44 68.91 -
YUV 117.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 148 82 219 0.32 0.63 0 0.14 268.91 0.66 0.59
Hex 94 52 DB 20 3F 0 E 10D 42 3B
Octal 224 122 333 40 77 0 16 415 102 73
Binary 10010100 1010010 11011011 100000 111111 0 1110 100001101 1000010 111011

Color Harmonies of #9452DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9452DB

Black with #9452DB

Text Example


Text Example

White with #9452DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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