Html Css Color HEX #945FCB Amethyst

📋 copy color: '#945FCB'

red 148 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #945FCB

Tints of Amethyst #945FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 33.18%
G = 21.3%
B = 45.52%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#945FCB (or 0x945FCB) is known color: Amethyst. HEX triplet: 94, 5F and CB. RGB value is (148,95,203). Sum of RGB (Red+Green+Blue) = 148+95+203=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #945FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FCB is #6BA034. Grayscale: #7A7A7A. Windows color (decimal): -7053365 or 13328276. OLE color: 13328276.

HSL color Cylindrical-coordinate representation of color #945FCB: hue angle of 269.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945FCB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 95 203 -
CMYK 0.27 0.53 0 0.20
HSL 269.44º 0.51% 0.58% -
HSV(B) 269.44º 0.53% 0.8% -
XYZ 27.08 18.79 58.7 -
YUV 123.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 148 95 203 0.27 0.53 0 0.20 269.44 0.51 0.58
Hex 94 5F CB 1B 35 0 14 10D 33 3A
Octal 224 137 313 33 65 0 24 415 63 72
Binary 10010100 1011111 11001011 11011 110101 0 10100 100001101 110011 111010

Color Harmonies of #945FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FCB

Black with #945FCB

Text Example


Text Example

White with #945FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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