Html Css Color HEX #946ACB Amethyst

📋 copy color: '#946ACB'

red 148 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #946ACB

Tints of Amethyst #946ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

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

R = 32.39%
G = 23.19%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#946ACB (or 0x946ACB) is known color: Amethyst. HEX triplet: 94, 6A and CB. RGB value is (148,106,203). Sum of RGB (Red+Green+Blue) = 148+106+203=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #946ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ACB is #6B9534. Grayscale: #818181. Windows color (decimal): -7050549 or 13331092. OLE color: 13331092.

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

Color convert

RGB 148 106 203 -
CMYK 0.27 0.48 0 0.20
HSL 265.98º 0.48% 0.61% -
HSV(B) 265.98º 0.48% 0.8% -
XYZ 28.15 20.92 59.05 -
YUV 129.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 148 106 203 0.27 0.48 0 0.20 265.98 0.48 0.61
Hex 94 6A CB 1B 30 0 14 10A 30 3D
Octal 224 152 313 33 60 0 24 412 60 75
Binary 10010100 1101010 11001011 11011 110000 0 10100 100001010 110000 111101

Color Harmonies of #946ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ACB

Black with #946ACB

Text Example


Text Example

White with #946ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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