Html Css Color HEX #945FC9 Amethyst

📋 copy color: '#945FC9'

red 148 ◦ green 95 ◦ blue 201

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

Shades of Amethyst #945FC9

Tints of Amethyst #945FC9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.4%

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 33.33%
G = 21.4%
B = 45.27%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#945FC9 (or 0x945FC9) is known color: Amethyst. HEX triplet: 94, 5F and C9. RGB value is (148,95,201). Sum of RGB (Red+Green+Blue) = 148+95+201=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #945FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FC9 is #6BA036. Grayscale: #7A7A7A. Windows color (decimal): -7053367 or 13197204. OLE color: 13197204.

HSL color Cylindrical-coordinate representation of color #945FC9: hue angle of 270º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945FC9 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 95 201 -
CMYK 0.26 0.53 0 0.21
HSL 270º 0.5% 0.58% -
HSV(B) 270º 0.53% 0.79% -
XYZ 26.85 18.7 57.45 -
YUV 122.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 148 95 201 0.26 0.53 0 0.21 270 0.5 0.58
Hex 94 5F C9 1A 35 0 15 10E 32 3A
Octal 224 137 311 32 65 0 25 416 62 72
Binary 10010100 1011111 11001001 11010 110101 0 10101 100001110 110010 111010

Color Harmonies of #945FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FC9

Black with #945FC9

Text Example


Text Example

White with #945FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945FC9; }

 p { color: rgb(148,95,201); }

 H1.HeaderClassName
 {
   color: #945FC9;
 }
 .AnyTagClassName
 {
   color: #945FC9;
 }
</style>

background-color css

<style>
 a { background-color: #945FC9; }

 a { background-color: rgb(148,95,201); }

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

border-color css

<style>
 span { border-color: #945FC9; }

 span { border-color: rgb(148,95,201); }

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