Html Css Color HEX #945AC7 Amethyst

📋 copy color: '#945AC7'

red 148 ◦ green 90 ◦ blue 199

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

Shades of Amethyst #945AC7

Tints of Amethyst #945AC7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 33.87%
G = 20.59%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#945AC7 (or 0x945AC7) is known color: Amethyst. HEX triplet: 94, 5A and C7. RGB value is (148,90,199). Sum of RGB (Red+Green+Blue) = 148+90+199=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #945AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AC7 is #6BA538. Grayscale: #777777. Windows color (decimal): -7054649 or 13064852. OLE color: 13064852.

HSL color Cylindrical-coordinate representation of color #945AC7: hue angle of 271.93º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945AC7 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 90 199 -
CMYK 0.26 0.55 0 0.22
HSL 271.93º 0.49% 0.57% -
HSV(B) 271.93º 0.55% 0.78% -
XYZ 26.18 17.73 56.08 -
YUV 119.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 148 90 199 0.26 0.55 0 0.22 271.93 0.49 0.57
Hex 94 5A C7 1A 37 0 16 110 31 39
Octal 224 132 307 32 67 0 26 420 61 71
Binary 10010100 1011010 11000111 11010 110111 0 10110 100010000 110001 111001

Color Harmonies of #945AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945AC7

Black with #945AC7

Text Example


Text Example

White with #945AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,90,199); }

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

background-color css

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

 a { background-color: rgb(148,90,199); }

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

border-color css

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

 span { border-color: rgb(148,90,199); }

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