Html Css Color HEX #9451CE Amethyst

📋 copy color: '#9451CE'

red 148 ◦ green 81 ◦ blue 206

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

Shades of Amethyst #9451CE

Tints of Amethyst #9451CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 34.02%
G = 18.62%
B = 47.36%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9451CE (or 0x9451CE) is known color: Amethyst. HEX triplet: 94, 51 and CE. RGB value is (148,81,206). Sum of RGB (Red+Green+Blue) = 148+81+206=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #9451CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451CE is #6BAE31. Grayscale: #727272. Windows color (decimal): -7056946 or 13521300. OLE color: 13521300.

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

Color convert

RGB 148 81 206 -
CMYK 0.28 0.61 0 0.19
HSL 272.16º 0.56% 0.56% -
HSV(B) 272.16º 0.61% 0.81% -
XYZ 26.3 16.64 60.22 -
YUV 115.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 148 81 206 0.28 0.61 0 0.19 272.16 0.56 0.56
Hex 94 51 CE 1C 3D 0 13 110 38 38
Octal 224 121 316 34 75 0 23 420 70 70
Binary 10010100 1010001 11001110 11100 111101 0 10011 100010000 111000 111000

Color Harmonies of #9451CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9451CE

Black with #9451CE

Text Example


Text Example

White with #9451CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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