Html Css Color HEX #9450CE Amethyst

📋 copy color: '#9450CE'

red 148 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #9450CE

Tints of Amethyst #9450CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.43%

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

R = 34.1%
G = 18.43%
B = 47.47%

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

#9450CE (or 0x9450CE) is known color: Amethyst. HEX triplet: 94, 50 and CE. RGB value is (148,80,206). Sum of RGB (Red+Green+Blue) = 148+80+206=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9450CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450CE is #6BAF31. Grayscale: #727272. Windows color (decimal): -7057202 or 13521044. OLE color: 13521044.

HSL color Cylindrical-coordinate representation of color #9450CE: hue angle of 272.38º 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 #9450CE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 80 206 -
CMYK 0.28 0.61 0 0.19
HSL 272.38º 0.56% 0.56% -
HSV(B) 272.38º 0.61% 0.81% -
XYZ 26.22 16.49 60.19 -
YUV 114.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 148 80 206 0.28 0.61 0 0.19 272.38 0.56 0.56
Hex 94 50 CE 1C 3D 0 13 110 38 38
Octal 224 120 316 34 75 0 23 420 70 70
Binary 10010100 1010000 11001110 11100 111101 0 10011 100010000 111000 111000

Color Harmonies of #9450CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450CE

Black with #9450CE

Text Example


Text Example

White with #9450CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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