Html Css Color HEX #945BC5 Amethyst

📋 copy color: '#945BC5'

red 148 ◦ green 91 ◦ blue 197

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

Shades of Amethyst #945BC5

Tints of Amethyst #945BC5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

 BLUE value IS 197 (77.34% from 255) = 45.18%

R = 33.94%
G = 20.87%
B = 45.18%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#945BC5 (or 0x945BC5) is known color: Amethyst. HEX triplet: 94, 5B and C5. RGB value is (148,91,197). Sum of RGB (Red+Green+Blue) = 148+91+197=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #945BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BC5 is #6BA43A. Grayscale: #777777. Windows color (decimal): -7054395 or 12934036. OLE color: 12934036.

HSL color Cylindrical-coordinate representation of color #945BC5: hue angle of 272.26º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945BC5 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 91 197 -
CMYK 0.25 0.54 0 0.23
HSL 272.26º 0.48% 0.56% -
HSV(B) 272.26º 0.54% 0.77% -
XYZ 26.03 17.81 54.89 -
YUV 120.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 148 91 197 0.25 0.54 0 0.23 272.26 0.48 0.56
Hex 94 5B C5 19 36 0 17 110 30 38
Octal 224 133 305 31 66 0 27 420 60 70
Binary 10010100 1011011 11000101 11001 110110 0 10111 100010000 110000 111000

Color Harmonies of #945BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945BC5

Black with #945BC5

Text Example


Text Example

White with #945BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,91,197); }

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

background-color css

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

 a { background-color: rgb(148,91,197); }

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

border-color css

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

 span { border-color: rgb(148,91,197); }

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