Html Css Color HEX #9452CE Amethyst

📋 copy color: '#9452CE'

red 148 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #9452CE

Tints of Amethyst #9452CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 33.94%
G = 18.81%
B = 47.25%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9452CE (or 0x9452CE) is known color: Amethyst. HEX triplet: 94, 52 and CE. RGB value is (148,82,206). Sum of RGB (Red+Green+Blue) = 148+82+206=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9452CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452CE is #6BAD31. Grayscale: #737373. Windows color (decimal): -7056690 or 13521556. OLE color: 13521556.

HSL color Cylindrical-coordinate representation of color #9452CE: hue angle of 271.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9452CE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 82 206 -
CMYK 0.28 0.60 0 0.19
HSL 271.94º 0.56% 0.56% -
HSV(B) 271.94º 0.6% 0.81% -
XYZ 26.37 16.79 60.24 -
YUV 115.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 148 82 206 0.28 0.60 0 0.19 271.94 0.56 0.56
Hex 94 52 CE 1C 3C 0 13 110 38 38
Octal 224 122 316 34 74 0 23 420 70 70
Binary 10010100 1010010 11001110 11100 111100 0 10011 100010000 111000 111000

Color Harmonies of #9452CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9452CE

Black with #9452CE

Text Example


Text Example

White with #9452CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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