Html Css Color HEX #945ACB Amethyst

📋 copy color: '#945ACB'

red 148 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #945ACB

Tints of Amethyst #945ACB

RGB

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

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

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

R = 33.56%
G = 20.41%
B = 46.03%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#945ACB (or 0x945ACB) is known color: Amethyst. HEX triplet: 94, 5A and CB. RGB value is (148,90,203). Sum of RGB (Red+Green+Blue) = 148+90+203=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #945ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ACB is #6BA534. Grayscale: #777777. Windows color (decimal): -7054645 or 13326996. OLE color: 13326996.

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

Color convert

RGB 148 90 203 -
CMYK 0.27 0.56 0 0.20
HSL 270.8º 0.52% 0.57% -
HSV(B) 270.8º 0.56% 0.8% -
XYZ 26.65 17.92 58.55 -
YUV 120.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 148 90 203 0.27 0.56 0 0.20 270.8 0.52 0.57
Hex 94 5A CB 1B 38 0 14 10F 34 39
Octal 224 132 313 33 70 0 24 417 64 71
Binary 10010100 1011010 11001011 11011 111000 0 10100 100001111 110100 111001

Color Harmonies of #945ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ACB

Black with #945ACB

Text Example


Text Example

White with #945ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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