Html Css Color HEX #945ACF Amethyst

📋 copy color: '#945ACF'

red 148 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #945ACF

Tints of Amethyst #945ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 33.26%
G = 20.22%
B = 46.52%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#945ACF (or 0x945ACF) is known color: Amethyst. HEX triplet: 94, 5A and CF. RGB value is (148,90,207). Sum of RGB (Red+Green+Blue) = 148+90+207=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #945ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ACF is #6BA530. Grayscale: #787878. Windows color (decimal): -7054641 or 13589140. OLE color: 13589140.

HSL color Cylindrical-coordinate representation of color #945ACF: hue angle of 269.74º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945ACF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 90 207 -
CMYK 0.29 0.57 0 0.19
HSL 269.74º 0.55% 0.58% -
HSV(B) 269.74º 0.57% 0.81% -
XYZ 27.13 18.11 61.1 -
YUV 120.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 148 90 207 0.29 0.57 0 0.19 269.74 0.55 0.58
Hex 94 5A CF 1D 39 0 13 10E 37 3A
Octal 224 132 317 35 71 0 23 416 67 72
Binary 10010100 1011010 11001111 11101 111001 0 10011 100001110 110111 111010

Color Harmonies of #945ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ACF

Black with #945ACF

Text Example


Text Example

White with #945ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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