Html Css Color HEX #945BCC Amethyst

📋 copy color: '#945BCC'

red 148 ◦ green 91 ◦ blue 204

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

Shades of Amethyst #945BCC

Tints of Amethyst #945BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 33.41%
G = 20.54%
B = 46.05%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#945BCC (or 0x945BCC) is known color: Amethyst. HEX triplet: 94, 5B and CC. RGB value is (148,91,204). Sum of RGB (Red+Green+Blue) = 148+91+204=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #945BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BCC is #6BA433. Grayscale: #787878. Windows color (decimal): -7054388 or 13392788. OLE color: 13392788.

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

Color convert

RGB 148 91 204 -
CMYK 0.27 0.55 0 0.2
HSL 270.27º 0.53% 0.58% -
HSV(B) 270.27º 0.55% 0.8% -
XYZ 26.85 18.14 59.21 -
YUV 120.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 148 91 204 0.27 0.55 0 0.2 270.27 0.53 0.58
Hex 94 5B CC 1B 37 0 14 10E 35 3A
Octal 224 133 314 33 67 0 24 416 65 72
Binary 10010100 1011011 11001100 11011 110111 0 10100 100001110 110101 111010

Color Harmonies of #945BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945BCC

Black with #945BCC

Text Example


Text Example

White with #945BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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