Html Css Color HEX #945FD5 Amethyst

📋 copy color: '#945FD5'

red 148 ◦ green 95 ◦ blue 213

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

Shades of Amethyst #945FD5

Tints of Amethyst #945FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 32.46%
G = 20.83%
B = 46.71%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#945FD5 (or 0x945FD5) is known color: Amethyst. HEX triplet: 94, 5F and D5. RGB value is (148,95,213). Sum of RGB (Red+Green+Blue) = 148+95+213=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #945FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FD5 is #6BA02A. Grayscale: #7B7B7B. Windows color (decimal): -7053355 or 13983636. OLE color: 13983636.

HSL color Cylindrical-coordinate representation of color #945FD5: hue angle of 266.95º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945FD5 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 95 213 -
CMYK 0.31 0.55 0 0.16
HSL 266.95º 0.58% 0.6% -
HSV(B) 266.95º 0.55% 0.84% -
XYZ 28.32 19.28 65.18 -
YUV 124.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 148 95 213 0.31 0.55 0 0.16 266.95 0.58 0.6
Hex 94 5F D5 1F 37 0 10 10B 3A 3C
Octal 224 137 325 37 67 0 20 413 72 74
Binary 10010100 1011111 11010101 11111 110111 0 10000 100001011 111010 111100

Color Harmonies of #945FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FD5

Black with #945FD5

Text Example


Text Example

White with #945FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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